Cinematic style look at

dmitricob

New member
Hello. I need to make an ability to look at some GO.
e.g.
Player presses a button, and around him smth happening and I need to rotate the player's camera to look at it smoothly.
What is the best way to do so?
 
Have you looked at the Cinemachine integration?

If you are using third person, you can also use the look at view type:
 
Have you looked at the Cinemachine integration?

If you are using third person, you can also use the look at view type:
I'd rather do without plugins, just to rotate cam
 
So, I make Ability that switch default ViewType to Transform Look and set to it target GO and make lerp look at.
 
Yes, set the TransformLook view type target object, then switch to it. The lerp speed can also just be adjusted by the MoveSpeed variable in the TransformLook view type.
 
Top