Loader

General support.
Post Reply
User avatar
Mikekan13
New Member
New Member
Posts: 4
Joined: Tue Mar 30, 2021 4:10 pm

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.
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Do you receive any errors in the console?
Are you trying to use the loader as a scene persisting object (DontDestroyOnLoad)?

Regards.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
Mikekan13
New Member
New Member
Posts: 4
Joined: Tue Mar 30, 2021 4:10 pm

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.
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

The problem is that Loading Screen is not designed for persisting during scene changes,
although I'm working on an update for this.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
Mikekan13
New Member
New Member
Posts: 4
Joined: Tue Mar 30, 2021 4:10 pm

oh ok. I guess I will just instantiate a new one everytime.
User avatar
Mikekan13
New Member
New Member
Posts: 4
Joined: Tue Mar 30, 2021 4:10 pm

Ok so instantiating a new one isn't working either...
User avatar
DiscoT
New Member
New Member
Posts: 1
Joined: Fri Apr 23, 2021 8:45 pm

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?
Post Reply