Hey guys I have been testing my game on the ipod touch and it seems to have some problems loading my scenes.
So I wanted to ask you :
Do you have any ideas on how to make scenes load faster?
Hey guys I have been testing my game on the ipod touch and it seems to have some problems loading my scenes.
So I wanted to ask you :
Do you have any ideas on how to make scenes load faster?
Optimize startup code, reduce content quality, reduce number of objects in scene.
If you're making use of CombineChildren you might want to create proper meshes since it will add overhead during loads.