Game in Android device is missing actors
SBGamingLaboratories
Member, PRO Posts: 2
Hi there. I hope you guys are well.
I have completed a game in Gamesalad which works absolutely fine. But when I put the signed APK on my Android device, some of the actors (i.e. Floor, Score, Blue Cubes) are not visible. This is also for my GameOver Scene. I have checked the layering and it seems ok. I have included a couple of picture just show what I'm on about. Is this a known bug for Android? Anyone else have to same problem?
Cheers
This on my Android Phone.
This is on Gamesalad (How it should be).
Comments
Is part of the scene being chopped off with overscan?
Need Help? Email Me | Templates | Full Game Source Code
I have tried both Overscan and Letterbox. Unfortunately, it ends with the same result. Overscan does chop off the bottom edge of the screen. Letterbox doesn't but it never loads the blue cubes, score and floor
Hey man I had the same problem with my game! On IPhone it works fine but on Android some actors wouldn't show up. I found out that the actors not appearing had a rule set up
( if self.time is greater then 2 seconds change alpha to 1 )
For some reason this wasn't triggering the rule so i changed it back to the simple method with a simple (timer behaviour after 2 seconds) and boom the actors appeared on Android. Good chance your having the same issue.