Hi Everybody,
I am Ram kumar. I have a 2d game. In that the player has to get 5 keys in the city(scene) to enter into the welcome gate. player can use 4 arrows to walk and space bar to fire bombs. now I wanted to generate it as the android app. And I used java script, for that could u please let me how the process of converting.
- Purchase the Android add-on (either $400 for basic, or $1500 for Pro)
- Convert your keyboard and mouse handling code to use the Touch system. As Fattie suggested, you might need to create some virtual buttons for the user to press on.
- Perform extensive profiling and testing. The Android is not a mini-PC. It’s an embedded system with limited memory and a very different GPU from ones you will be familiar with. Making the game fit into the limited memory could be a challenge, depending on the complexity of your game.
- Read all the stuff that Google provide about how to publish apps on Android.
That should get you started. Note that this site (and lots of others places on the web) have lots of advice and help about touch input in Unity. There should be no reason for you to need to post a new question asking for help on this.