Problem with reset game/scene or changing scenes, at a loss
I just got Pro, published my first APK, signed it and installed. The game works great, loads to start scene, then moves to main scene when ready. However, if I try to either reset the game or change a scene after that point, the game either hangs or locks up. I have tried destroying all actors before the game changes scene or resets to see if it was something to do with that, but same results. I have tested with all timers disabled, and same result.
Does anyone have any idea why resetting the game or changing scenes would not work correctly on android? The scenes its moving to are very small with only a view images on them.
edit: I have tested with another quick app I made and it works fine. There is a lot going on on the scene im trying to reset the game from, or change the scene from, is there anything I can do to lessen the memory usage, or whatever it is, that is causing it to hang up on scene change, before I try to change the scene? I tried adding a destroy attribute to the game, and sets rules on all the actors that when trigger would destroy, and set that to happen before the scene change, but the game just locks up when I try to destroy them all at once.
Does anyone have any idea why resetting the game or changing scenes would not work correctly on android? The scenes its moving to are very small with only a view images on them.
edit: I have tested with another quick app I made and it works fine. There is a lot going on on the scene im trying to reset the game from, or change the scene from, is there anything I can do to lessen the memory usage, or whatever it is, that is causing it to hang up on scene change, before I try to change the scene? I tried adding a destroy attribute to the game, and sets rules on all the actors that when trigger would destroy, and set that to happen before the scene change, but the game just locks up when I try to destroy them all at once.