3rd person controller 3.0: Update Character Rotation

akidzuki

New member
Hey everyone,
I just installed the version 3 on a fresh unity project. However, I can't seem to find the Update Character Rotation setting on the camera anymore:
1668021832923.png
Am I missing something?
 
Update Character Rotation is no longer needed. What is the usecase that you are looking for it?
 
Hi Justin,
I am trying to get the camera locked in place instead of tilting and following my character rotation as shown in the video:
 
The rotation is now controlled when m_CharacterLocomotion.AlignUpDirection is enabled. By default the AlignToGround ability enables this. Maybe I need to add a preference to the ability to allow you to decide if that should be enabled.
 
Top