Godot Version
4.3
Question
`
Hi, I have been working on a project for a month now, and today I open the project and this error appeared, and it doesn’t let me open some scenes:
What is weird is that I didn’t move the localization of any file in the filesystem menu. The only thing I did yesterday was creating a new Scene, and modify some old ones but nothing else.
I tried to fix the dependencies in the dependencies menu:
But the uploaded path I put it doesn’t seem to work. It runs the scene in the DebuggerPlay when I click the Run Project button, but I can’t open the game scenes in the editor.
It’s really weird because I worked for this project for days and it worked fine until today.
All the scenes that work as assets ( enemies, player, projectiles) can be open without errors.
Today I created a new scene to see if this error affects to all scenes, and the new scene seems to work just fine, it’s the old scenes that have dependencies errors.
Is there a solution for this that is not create all the scene form zero?
(The project is in a git repository)
`