Hello,
I have a rotation (the player). I have a camera.
How do can I get the camera to have the same rotation as the player, yet do so slowly.
so player.transform.rotation = camera.transform.rotation but do so slowly (like with slerp)
thanks
Hello,
I have a rotation (the player). I have a camera.
How do can I get the camera to have the same rotation as the player, yet do so slowly.
so player.transform.rotation = camera.transform.rotation but do so slowly (like with slerp)
thanks
What’s easy to use is the premade SmoothFollow script and attach it to your cam and set the target to your player. If you don’t have the SmoothFollow script you can go to assets(on the top) → import package → Scripts and then click import when it pops up.