- Home /
 
Virtual joystick stuck in mobile
I am using virtual joystick pack but to change my directon i have to relase the joystick and touch it again. I cant move the joystick continously. If i touch the right of the joystick it goes right until i release it even if i swift my finger to the left it still goes to the right.
               Comment
              
 
               
               
               Best Answer 
              
 
              Answer by canklot · Jul 30, 2020 at 04:22 PM
Turn out my cursor was locked. I had to delete the line of code that locks the cursor. In my case "Cursor.lockState = CursorLockMode.Locked;" After deleting the code i can move it freely
Your answer