Question about mobile control
-
Hello, I am a Godot mobile user and I have a problem with control for mobile devices. I am a Russian child and there is not a single guide about controls and therefore I do not understand how to make it. Can you recommend something or give me an example? Used Google translator
-
I'm not sure whether or not you've figured it out by now, but for mobile devices you need to use buttons as your controls, as it's the only feasible way to interact with the Godot engine at the moment (besides tapping the screen). As for tutorials I would look to the Godot documentation on UI elements, or watch a tutorial on buttons.