- Home /
Question by
Hotshot10101 · Sep 16, 2016 at 02:08 AM ·
slowlevel load
How To Determine What is Causing Slow Level Loading
I have read a lot of posts about loading things async and such, but I can't seem to find a way to determine what is causing the slow loading in the first place.
I don't have a ton of objects. I don't have a ton of textures.
My game over scene that takes a while to load has hardly anything in it.
So rather than thrash around and remove and add things to try to narrow it down, I would like to know if there is a way to profile the scene loading and unloading?
Is there something that can tell me that some texture is taking a long time or some object has a problem that does so or some script is running to much or something?
Comment
I discovered something: the loading of the other levels is not slow in the editor OR on iOS. It is only slow on Android.