Missing dependencies in the project scenes

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:

imagen_2024-10-01_103834975

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)
`

I once had a error like this. In my case it was caused by windows. I had it on a secondary drive and windows permission system went nuts and started tagging some of the files as being read-only or me not having the necessary permissions. I simply moved the project to the main drive and that fixed everything.

1 Like

I fixed it.
After watching the rates and moving some files, I decided to remove the last scene I made yesterday, and now all the other scenes seem to work fine for now
I have no idea what could have broken in the scene, but it was affecting the other ones.
Maybe is something else, but I cannot say what exactly was giving me that error.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.