I am currently making a 2 dimensional game and I really want it to be playable on mobile devices. To do this, I wanted to disable the front and back movement so you can only move sideways. I have made it work on Laptop/PC but I am still trying to figure out how to disable it on mobile. Any help is appreciated, thanks!
You’d probally wanna make a custom movement system, because you can’t really do that with a joystick. Just having 2 buttons, one being [<] and the other being [>] and scripting them to move using the Tap function (Forgot actual name), and filling the script for moving from the PC.