I am creating an Android app where Landscape mode is set in Project settings. When I am trying to buy an IAP the purchase approval/request forces my app to be i...
I am creating an Android app where Landscape mode is set in Project settings. I would like to flip the screen by 180 degrees if the user flips his mobile device...
I want to export my game to Android, I watched all the tutorials on YouTube but all the people in the tutorials used Android Studio, is it possible to export th...
I'm tryna make the player have gravity in my game, but there's a problem: The world physics gravity is set to 0 because most of the game is underwater, and I ca...
My game has a hero whose animation, at present, is a plain figure. I have assets prepared for hair, faces, clothing, etc. My goal is to allow the user to choose...
Apparently, using localstorage is a way to get around this, Based on what a couple forums have stated: " You can use LocalStorage to track which saves are in us...
How do I destroy all instances of an object when I click on any of the instances?
Hi I have a very simple game movement. W,A,S,D is UP, Left, Down, Right. I have one sprite that I duplicated in specific locations on the map. When I press a di...
I'm currently stuck with a JSON problem I can't solve. I want to add a new element into this existing JSON file, but I am struggling to recreate the JSON struct...
I've set conditions, but it seems not to check the X-coordinate position of the Sprite. Is it only checking the initial X set? How do I check it when it's movin...