Singleton Scene with a script attached to it

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

Hi,

I’m trying to follow the background loading tutorial and adding a loading screen to it. I made a scene with the whole GUI for my loading screen and attached a script to change the value of the progress bar and avoid having to go down a tree that might end up being change latter

But the only problem is when I add the scene to the Autoloader my attached script isn’t loaded, only the scene is.

Am I doing something wrong?

Thanks in advance for your help

:bust_in_silhouette: Reply From: Thewolfs

Well I found my issue on my own, had a typo in one of my scripts

But the remote inspector should maybe have the icon of a script attached on a node because this had me really confused