I created i new scene to display my dialog system and have put it as an autoload. Now it is ALWAYS showing that scene even when the game is not running. It’s even strange because i can use the editor with the keyboard, but i can’t click on anything.
I tried reloading godot, rebooting my PC and re-downloading godot, but nothing worked.
Sounds like an issue with an addon you have.
Try to open your script files with something like notepad on Windows and remove the @tool keyword from them so they no longer execute inside the editor, then open your project again.