- Home /
virtual joystick not working in mobile
my virtual joystick not working on mobile. for moving character, I should pick up my finger every time I want to move. when joystick type in the Floating mode it's not working at all. it's working in the editor and I try other virtual joysticks but the same result. I using Unity 2018.3.0f2.][1]

Answer by canklot · Jul 30, 2020 at 03:54 PM
Your cursor may be locked. Look at your script and search for some code like that and delete it "Cursor.lockState = CursorLockMode.Locked;" I had the same problem after deleting that line of code it started working properly again
Your answer
Follow this Question
Related Questions
Unity Standard Assets 0 Answers
i have a mouse script and i want the script to work with my right joystick. Please help. 0 Answers
Using Right Joystick to Select Weapon in Weapon Wheel 1 Answer
How to make my player to look in the direction of right joystick's input direction 0 Answers
Rotating game object using UI Joystick 0 Answers