Created
April 18, 2020 15:44
-
-
Save openroomxyz/e00f6490d748f8d9c6a491244afa5c85 to your computer and use it in GitHub Desktop.
Unity : How to lock the cursor and make it invisible ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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