Singleton can't load scene

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

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

:bust_in_silhouette: Reply From: AngelOnFira

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.

Yes, it is in a root directory

treetertot | 2018-06-03 00:51

:bust_in_silhouette: Reply From: DaveMS

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