This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

I'm using the provided functions in the singeton documentation to load a game over screen. The issue is instead of loading, it states

0:00:05:0274 - No loader found for resource: res://gameover.tcsn

Type:Error
Description: No loader found for resource: res://gameover.tcsn
Time: 0:00:05:0274
C Error: Method/Function Failed, returning: RES()
C Source: core/io/resource_loader.cpp:186
C Function: _load

in Engine by (30 points)

2 Answers

0 votes

Is the file gameover.tcsn in the root directory of the project? That's where Godot is looking for that file, you may have to change the path.

by (28 points)

Yes, it is in a root directory

0 votes

Look at the extencion of the file: is that really .tcsn?
I think it should be .tscn that stands "Text SCeNe".

by (78 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.