Skip to content

How do I make my game mobile friendly with on-screen controls?

I want my game to work on phones, but there are no touch controls and I can't move. How do I add mobile controls?

Category: Mobile

Answer from Cinevva Team ✓ Accepted

Ask for touch controls explicitly, since desktop keyboard controls don't carry over: "add on-screen touch controls for mobile, a movement joystick on the left and action buttons on the right." Also ask it to make the layout responsive so the UI fits a phone screen, and to detect touch devices and show the controls only there. If a control is missing, name it, for example "add a visible jump button in the bottom right."


Join the live discussion or ask your own question →