Hi, newbie here. In regards with the ResourceLoader. I'm using it to load a scene but my problem is that when on the release build, the scene that was supposed to be loaded isn't showing or loaded.
Here's the Loader script.
https://github.com/lazuee/godot-template/blob/main/src/autoloads/loader.gd
Here's how I use it to load a scene from the project folder.
https://github.com/lazuee/godot-template/blob/main/src/scenes/scripts/scenes.gd#L4
I'm trying to load a scene called game
Loader.request("res://src/scenes/game/game.tscn")