- Home /
Question by
Matthew Dennis · Apr 19, 2011 at 02:44 PM ·
camerarotationpositionfreeze
How to freeze the rotation or the position on the camera transform?
How can i freeze the camera position or the rotation in the transform? Just like a rigidbody where you can freeze the rotations or the positions
I have searched about via google, but it doesnt really answer my question.
Comment
Best Answer
Answer by Kourosh · Apr 19, 2011 at 02:48 PM
There are many ways to do that. 2 easy ways would be to enable/disable the script that does the transform and rotation. Another way is to wrap your transform/rotation script with a boolean variable to on/off when you want.
Your answer
Follow this Question
Related Questions
Freeze camera 1 Answer
RTS Camera movement wrong after rotation 1 Answer
Camera rotation and position problem,Camera rotation and camera position 0 Answers
Switch between Camera's 2 Answers