Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+4 votes

We recently deployed our game to android but the controls are not mapped to the touch screen, is there any way where we can add the touch controls in Godot and also test it out before deploying?

asked in CSC380Jan2024 by (2k points)

1 Answer

+1 vote

I recommend using this virtual joystick from the Godot asset library:
https://godotengine.org/asset-library/asset/1787

answered by (2.1k points)
0

Thanks, I was able to use this in my project.

...