How do I stop Godot from trying to find a Resource File that doesn't exist?

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

“Resource file not found: res://Scenes/Menu.tscn::1.”
I keep getting this error even though from what I can see there are no references to Menu.tscn::1 and of course there is no Menu.tscn::1. How do I stop Godot from trying to find this file?

1 Like
:bust_in_silhouette: Reply From: Inces

There must be reference somewhere. Error always shows line of code where it is, and console even shows You that line in editor and marks it in red. If it is not in code it can be in exported values of your nodes. Also remember about Autoload.