How can I open a scene when it says "fix dependencies"?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By G2700

Hello,

when I want to open the game scene it says “fix dependencies”? I don´t know where the problem is, because I actually didn´t change anything.

would appreciate answers

You have likely renamed or moved files and it can’t find those anymore.
Did you move some files into a new directory?

LeslieS | 2023-01-23 18:00

You could try editing the .tscn file in a text editor and see what the dependencies are.

SteveSmith | 2023-01-23 18:34

The dialog that I’m familiar with should provide some details regarding what dependencies can’t be found, and then provide you with some choices for proceeding. Is that what you’re seeing? If so, what are the additional details provided in the dialog?

As mentioned by others, this is generally caused by referenced files file getting moved to another location outside of Godot’s control.

jgodfrey | 2023-01-24 00:57

also, you should be able to right-click the scene in editor directory and choose “edit dependencies”

Inces | 2023-01-26 16:50