Changing scene doesn't work unless I ALT+TAB out of the editor first

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Drawsi

Screenshot-51.png

newbie here, but try _process(_delta) instead of physics_process(delta) seeing that it updates every frame.

umma | 2022-01-08 18:39

nothing changed, it still only switches the scene when I alt+tab

Drawsi | 2022-01-08 18:48

How are you launching the game are you using F6 or F5 or clicking the play button?

Gluon | 2022-01-08 20:26

:bust_in_silhouette: Reply From: theMX89

does it actually print something?

:bust_in_silhouette: Reply From: ponponyaya

In your image, I noticed that Debugger Panel has 10 bugs and its light is red.
In my experience, there were some critical errors when the Debugger light turns to red. Those errors might stop some functions of Godot editor.
Maybe you can check Debugger Panel first.