Cant hide the cursor - Unity Engine - Unity Discussions For some reason, when I switch Active Input Handler from Input Manager to Input System I can no longer hide the cursor Even setting this every frame does not hide it Cursor lockState = CursorLockMode Locked; Cursor visible = false; The cursor just sits in the middle of screen vibrating a little before snapping back when I move the cursor Tested both in editor and at run time on windows