Optimize my game?

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?

  1. You may need to optimise the number, size and compression of your textures. Use texture atlases where possible to reduce the number of textures (and hence draw calls)
  2. How dense is your geometry?
  3. I've written an article about optimising for iOS you might be interested in reading. The article mostly deals with optimising your scripts which you'll likely want to do after optimising your geometry & textures

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.