Page 1 of 1

Loader

Posted: Tue Mar 30, 2021 4:11 pm
by Mikekan13
The loader loads a scene but then when I press a button after it is done the screen is just black. I have to actually disable the loader to see the scene. I have done this in code afterwards but then it doesn't work on subsequent loads.

Re: Loader

Posted: Tue Mar 30, 2021 10:57 pm
by Lovatto
Do you receive any errors in the console?
Are you trying to use the loader as a scene persisting object (DontDestroyOnLoad)?

Regards.

Re: Loader

Posted: Wed Mar 31, 2021 6:18 am
by Mikekan13
Yes, it is don't destroy on load. No errors at all. It loads and then it is black unless I disable the loader root manually or through code. I even set it up so that it disables once it loads and then re-enables right before it is supposed to load another scene but this results in the loading screen not working properly with things like push any button to continue for some reason.

Re: Loader

Posted: Fri Apr 02, 2021 1:23 am
by Lovatto
The problem is that Loading Screen is not designed for persisting during scene changes,
although I'm working on an update for this.

Re: Loader

Posted: Fri Apr 02, 2021 7:34 am
by Mikekan13
oh ok. I guess I will just instantiate a new one everytime.

Re: Loader

Posted: Fri Apr 02, 2021 11:56 am
by Mikekan13
Ok so instantiating a new one isn't working either...

Re: Loader

Posted: Fri Apr 23, 2021 8:51 pm
by DiscoT
Lovatto wrote: Fri Apr 02, 2021 1:23 am The problem is that Loading Screen is not designed for persisting during scene changes,
although I'm working on an update for this.
I'm running into the same roadblock. Any idea when an update will be available?