Mouse movement

Hrohibil

Member
Currently I am on wireless mouse.
The turns are bad. I have to drag my mouse a lot for it to turn. And often the mouse pointer gets out of frame??
Please advice
 
What about if you use a standard wired mouse? You may want to check your mouse speedsettings in Windows. You can adjust the look sensitivity on the character's UnityInput component. If the cursor is leaving the game window frame, then you need to use Cursor.lockState (set to CursorLockMode.Locked or Confined).
 
Top