Cursor isn't locked in Editor

Unima9000

New member
Hello.
Just recently bought UFPS 2 and it's pretty awesome and looks like great impruvement over 1.7 ver.
But i have one little problem with it:

My cursor keeps being unlocked in the Editor in the Play-mode, despite bool "Disable cursor" being checked.
How can i fix this?

My Unity ver.: 2019.2.0a11
 
Alpha versions of Unity are not supported so I would update to the released version. When Disable Cursor is selected it will set Cursor.LockState to Locked and set Cursor.Visible to false. It doesn't do this every frame though so if something else is also playing with the lock state then it won't persist. Also, when you hit Escape by default it will show the cursor.
 
Top