Godot Version
4.3
Question
I loaded up my project this morning to find that the editor is completely wrong. It’s hard to describe so I’ve uploaded a screenshot. Does anyone know how to fix this? My other projects open fine so this somehow got messed up on a project level.
Thank you,
-Ruka
Edit: Wow this one was tough and also obviously my own fault. I put @tool in an autoload script that was adding a centered camera to any scene without one. I did not realize it would literally affect the entire editor window!
The purpose of the autoload was to play “prefab” type scenes automatically centered, and I thought putting @tool would make it an editor only script. Guess the doc page wasn’t kidding when it said to be super careful with it!