scene/resources/resource_format_text.cpp:283 - res://scenes/house_room.tscn:26 - Parse Error:

Failed loading resource: res://scenes/house_room.tscn. Make sure resources have been imported by opening the project in the editor at least once.

All of the scenes have this error.

that error means that you deleted a scene or file that was in the scene (try to remember which was the last file you deleted), if you still have it in the recycle garbage can you can restore it and it should no longer mark error, (I think it can serve to create a new scene, file in the same path and with the same name that marks the error osea resource_format_text in the address scene/resources/ of the project folder) (sorry for any error in the syntax of this message I'm translating)

    TheEpicCookie One of the reason tscn files are plain text is precisely to help fix stuff like this. You can open the file(s) that refer to the missing file and simply edit out those references.

      xyz I opened it, and i saw a bunch of stuff that i don't understand.
      How do i find the text that refers to the error?

      • xyz replied to this.

        TheEpicCookie Search for the name of the scene the error message is referring to. Be sure to backup the file before doing anything to it.

          xyz That error that i wrote was actually the last error that appeared.
          I looked at the first error that appeared and fixed it. Now everything works.