Skip to content

Instantly share code, notes, and snippets.

@openroomxyz
Created April 18, 2020 15:44
Show Gist options
  • Select an option

  • Save openroomxyz/e00f6490d748f8d9c6a491244afa5c85 to your computer and use it in GitHub Desktop.

Select an option

Save openroomxyz/e00f6490d748f8d9c6a491244afa5c85 to your computer and use it in GitHub Desktop.
Unity : How to lock the cursor and make it invisible ?
Cursor.lockState = CursorLockMode.Locked;
Cursor.visible = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment