Very long loading time

Hello,

I am creating a Unity Game and the game works, but it takes ages to load! When I start the game on my iPhone it takes 10-15 minutes to load.
What can I do to make my game load faster??

Matthijs

Use smaller and/or compressed textures. Reduce complexity of 3D models. Don’t automatically load all of the content (load only stuff you need immediately).

Can you please give me a small tutorial? I’m new to Unity so I dont know how to do it :wink:

The docs at:

http://docs.unity3d.com/Documentation/Manual/WebPlayerStreaming.html

are specifically about web player games, but provides advice that will be relevant to your game on iOS.

Thanks I will try that tomorrow!
(Netherlands)