Loading screen
Lucamc
Member, PRO Posts: 60
When I open the app I would like it say LOADING and then it would go to my initial scene.
How can I do that?
Thanks
Comments
There should be a place to upload a splash screen when publishing.
Need Help? Email Me | Templates | Full Game Source Code
You can have a picture that says LOADING, then set a rule in the picture saying, after 3 seconds, change scene to your play scene or 'initial scene'.
@allc1865 That way will result in a black screen while the game loads. After it is loaded it will then display the new scene instead of immediately displaying a loading image.
Need Help? Email Me | Templates | Full Game Source Code
How will it result in a black screen if you set that screen to show an image?
Correct me if I'm wrong, but the game must first load then display the first scene. There will be a loading time between the launch and the display of the first scene where your loading image is.
Need Help? Email Me | Templates | Full Game Source Code
Yeah but it should just go to your loading image, then your initial scene?
I don't understand what you just said.
There is an option when publishing to add a loading image instead of creating a new scene, this way it shows that image while loading the game. If you are saying not to use this option, make a new scene and put an image on there, the game would have to load that and it would display a black screen while doing so.
Need Help? Email Me | Templates | Full Game Source Code
Oh. Okay. I didn't know that. I'm still in the makings to get my game published.
Yeah. Obviously that makes more sense.
@Lucamc, you should use that solution instead. But, just for testing purposes, you could just simply add a loading screen, and then delete it before you publish.