I was having an issue where attempting to open up any of my level scenes gave me a “missing dependency” error that I couldn’t fix no matter what. The scene would still however load in when I ran the preview however. I found a tutorial that showed how to remove the dependency with a text editor, but now the scene I tried it on gives me an “unable to parse file” error and it won’t even load in the preview anymore. I tried asking on the Discord but no one would help me so I figured I might try here. Any help is appreciated!
That’s going to require very specific advice to solve. Did you move your project folder recently? Move or remove any specific files within the project folder, outside of Godot i.e. through your file manager?
If you edited the scene file directly it may be difficult to get it into a recoverable state, could you paste the scene file here? In a code block preferably, between three back ticks ```
ok since writing this I was able to figure it out, basically the dependencies broke and for the one that didn’t parse I didn’t COMPLETELY remove the broken dependency, only the mention of it at the start of the file. sorry for wasting your time