is there anyway to freeze the screen from moving until you click submit? i tried Screen.lockcursor = true and it did nothing >> i need to stop the screen from moving while that form is active
1 Answer
1If by 'screen moving' you mean stop action in the scene, do a search here for 'pause'. I think it deals with setting Time.timeScale = 0.0;
I think he means freeze the rotation of the screen.
– FLASHDENMARK