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]
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