Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Game Development

How can I make the video game to a android game.. I mean the controls changing from keyboard to android touch controls

Changing keyboard controls to android touch controls

1 Answer

Probal Das
Probal Das
13,834 Points

This is a tricky one. I once faced a similar issue. What I found best is to reuse unity's standard character assets, because the character controller works for all kind of devices. But again it depends on the type of game you are building. If your game does not involve any character, then it won't be useful. Still I would suggest you to add the character asset and go through the code to understand how unity developers has taken care of this problem. Also I think whatever they have done will be one of the best practice to address this issue.