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