I am using unity's default FPS controller script. My game switches scenes, and when it does I can't move the mouse. I know that this is because of unity's m_mouselook's lock cursor is on. What I don't know how to do is turn that boolean to false through a different script.
If you are using Unity 5 just type |
|||||
|
name_of_mouselock_var = false
? – ZEKE Sep 10 at 20:04