Delay the third person camera when following the player character

I’m currently using the third person camera extension and I just wanted to ask how do you get the camera to delay following the player character for smoother camera movement?

You’ll have to do it manually. Remove the third person camera behaviour from the target, and use this event instead:

image

Lerp is the function that does the magic in calculating the camera rotation catchup.

1 Like