Godot Version
Godot 4.3
Question
I created a new scene. I deactivated all singletons but when I run de scene I receive an error from other scripts not being able to recognize the singleton variables. Godot seems to be compiling the entire project, which is taking too much time.
How can I run the current scene ignoring all other scripts and scenes?