hi. just a small question.
how can i make after UNITY splash screen a very basic, (code) preload bar please ?
it is posible ?
Push. I would also like some info on this and have found nothing for iphone other than some references to it in the Sprite UI thread. Isn’t there an easier way to do this with Gui.texture or something?
-
You can not show any bar or anything alike during the initial startup. The OS doesn’t allow it.
It shows Default.png and Default.png only -
What you do after that point is fully up to you.
You can use OnGUI but generally for performance and resource usage reasons, its avoided and SpriteUI and similar are beeing used
There’s a thread here about adding a second splash screen (as in the Enhancement Pack). You could start form that code and add an NSTimer that simply increments a loading bar. It woudn’t be a true reflection of what’s loaded, but it might help with the end user impression. You just want the user to think “this wait is ok”.