Game Crash on Loading a new scene!

Hello all,

I made a game which is going to crash on Iphone-3 and iPad-1 when i load a new scene but on iPhone-4 and iPad-2 it works well.

How can i resolve this.Please help me to resolve this cash as soon as possiible.

Thanks.
Ashish

Maybe you can see usage ram in the profiler, i think your problem is memory. avaible memory max. 128 mb on ipad-1.

Try loading an empty scene between scenes. Otherwise, while loading a new scene, you need memory for 2 scenes for a moment, and that can be too much.

Rolf is right but if your game scene is too much use memory ,again crash. perhaps you can reduce texture size and you can do pvrtc type of texture.

Ok, thanks Rolf and Orgulas it works by reducing texture size and loading a empty scene between scenes.

Thanks.