Help !!!! My game works on gameSalad, but not on my iPad this morning !
galban
Member Posts: 62
This morning my game does not work on my ipad (after a new publication). It reebot after my logo and before the presentation
Without any reason, then it works on gamesalad.
if i change the level order, my game reboot after the 1 level.
i think there are a new bug in gamesalad, and my game reboot after the 2 loading
Without any reason, then it works on gamesalad.
if i change the level order, my game reboot after the 1 level.
i think there are a new bug in gamesalad, and my game reboot after the 2 loading
Comments
make sure you double check your 'otherwise' statements. What can happen is if you have a rule that says "if attribute.CustomAttribute is equal to 5, do this", and then you delete the CustomAttribute from the attributes list, that rule breaks. it becomes this "if attribute. is equal to 5, do this"
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
1/ Animation: Displaying 64 images
2/If self.image = last image -> Go to Intro Scene
I also tried using a timer but my game also planted randomly after loading the scene.
I never had a problem with this scene before and I have not changed this scene.
I feel that more my project is important, more GS does not release memory properly. because this bug occur since my project (for iPad) > 50 Mo.
It's very worrying, I'm afraid to market a game that crashes randomly.
What resolution are the images?
Total size : 1.70 Mo
thanks
a 1024x768 image might look like a small file size as a png, but when run on the device it is uncompressed.
to work out how much that is using:
1024x768 = 786432 pixels
Each pixel will be 4 bytes uncompressed in a 24bit png (3 with no alpha). So each image is 3.1 meg uncompressed in ram. Multiply by 64 images and you are way over your 120mb application space on an ipad before you start.
Therefore, instant crash. GameSalad or not, this is not gonna work. If you can make you logo smaller to fit in the middle of the screen, like 600x300 then you'll be ok.
The only thing that makes a difference is resolution.
But gamesalad can not read a video ?
smaller animations would be ok, just not full screen.
try reloading it on the device
EDIT: Oh, have you already solved the problem??