Because sometimes my game crashes when loading the game on the android tablet?

Hello, I’m making a game for android and everything worked fine, I put the option to save game with PlayerPrefs.SetInt (“LVL” level), and everything works fine on the computer. but in my android tablet loading screen sometimes hangs and restarts the game. I can not know what happens in the tablet because I have no debugger and the game works fine on the pc. Thank you.

It seems to me that your tablet doesn’t have enough ram/The game your making for android is to powerful for an android device. The best thing to do would be to have less action going on in the scene. Like getting lower poly models, creating less simple particle systems,or using less objects. Sorry if this doesn’t apply to what your trying to do.

Thanks for responding. The game always worked perfectly on the tablet but has begun to fail to save the game. When charging sometimes at 2 segudos start the game crashes. probe to give you three seconds before loading the screen in case it was the problem of time it takes to grab the data from the save. Keep only 5 variables, the number of current screen, the lives, the points, the selected character, and progress.