hi,
I’m trying to make a loading screen.
I load “loading screen” UI file and make it visible, load scene from XML, & hide “loading screen”.
But, I have a problem. UI didnt show up until scene is completely loaded.
I dont use loadAsync. Do I have to use loadAsync? I dont need loading progress, I just want to show static loading screen.