- Home /
Question by
PijusVose · Jun 07, 2018 at 09:14 AM ·
loadinglevelloading screen
Loading in game does not work properly
In my game i have made a loading screen which turns off when scene is loaded, but I also have quite some data stored in my ScriptableObjects, like info of GameObjects which are spawned at start. Ofcourse, the loading screen turns off when the scene is loaded, but my data from ScriptableObjects is not yet loaded and the GameObjects and UI is nor fully changed. How should I make it so that my loading screen waits till loading is completed?
Comment
Your answer
Follow this Question
Related Questions
scene loader issue 0 Answers
unity LoadSceneAsync works like LoadScene 0 Answers
How can I store and load levels efficiently? 2 Answers
Default Cursor hourglass during app load 2 Answers
Storing in PlayerPref based on timer 1 Answer