Godot Version
v4.3.stable.official [77dcf97d8]
Question
Please, help me. It notifies me every time that i debug the game or start the engine.
It blocks inputs underneath it. Why isn’t this a debug message
v4.3.stable.official [77dcf97d8]
It blocks inputs underneath it. Why isn’t this a debug message
this just means that you have a glb file somewhere in the directory which godot cannot correctly read. Try to remove the glb files one by one (if you have more than one of course), to see which one is the culprit.
Then try to reimport it or transform it to another format to see if that will work.
If you dont have any glb files, then go to the godot github and make a new issue there.
I figured it out, It only happened because i opened the glb for inspection in a non-inherited scene. And then left it open, which messes things up