- Home /
Question by
googler · Sep 14, 2012 at 08:25 PM ·
optimizationloadingresources
How to determine which resources are loaded while loading scene
I'm creating 2d game, but scene loading takes too much time. How to determine which resources are loaded while loading a scene?
Comment
Answer by wilco64256 · Sep 14, 2012 at 09:09 PM
Everything in the hierarchy window will be loaded and then anything else you assigned to be loaded dynamically via script will be loaded up as well. You can also use the Profiler window to watch where your spikes are and narrow down what's causing those.
Your answer
Follow this Question
Related Questions
Long load time for scene... Some optimization questions. 1 Answer
How to make a loading screen? 2 Answers
optimizing load scene 0 Answers
How to load multiple wav files 5 Answers
Finding resources folder on iOs 3 Answers