Godot Version
v4.4.stable.official [4c311cbee]
Question
Noob question: 4.4 started putting a frame, with controls, around my scene when I run it in debug mode. How do I turn this option off? -Thank you
v4.4.stable.official [4c311cbee]
Noob question: 4.4 started putting a frame, with controls, around my scene when I run it in debug mode. How do I turn this option off? -Thank you
On the top bar in the editor there is a relatively new tab named Game that has options for running your game embedded in this frame. You can pause your running game and then there are quite a lot of helpful debug tools like being able to click on screen and have it tell you which nodes/objects you have at that location.
I don’t have it embedded all the time, I just use it occasionally if I get puzzled by what’s happening.
Hope this helps,
Martin
That was exactly helpful. Thank you!