Godot version 4.1.2 Mono System information Windows 11 Home 22H1 Issue description I'm absolutely new to Godot and just followed the 3D game tutorial on Godot Docs, but cannot run the player.cs script due to the
/Users/malcolmanderson/Documents/Repositories/GodotProjects/ontheclockvr/android/build/src/com/godot/game/GodotApp.java:33: error: package org.godotengine.godot does not exist import org.godotengine.godot.GodotActivity; ^ /Users/malcolmanderson/Documents/Repositories/GodotProjects/ontheclockvr/android/b...
Try hard-refreshing a few times, also you can (I only had to do this for unity, but maybe it helps) open the dev tools in your browser, switch to the network tab, and tick disable cache, and then hard-refresh (while it's still open). Try it multiple times. ...
Godot version 4.0.2 System information Windows 10 Issue description I created a button that, when pressed, called change_scene_to_packed() with a PackedScene variable as the target. The variable is exported into the editor, where I can t...
Godot version 4.0 rc2 System information Manjaro Linux using i3, Foward+ Issue description I've added an ExportPlugin to my addon and everytime I run the game in the editor I know get this error: SCRIPT ERROR: Parse Error: Class "eh_Util...
Opting for your idea 3 to work around I found that I get the original issue in the earliest major version 2 - 2.0.320 - while I can debug successfully with the (currently;) latest major version 1 - 1.26.0 - so I'm now a happy camper over here!Sign...