1

I'm trying to figure out Cinemachine to create some kind of Top view perspective. I managed to find the setting to make sure the camera keeps it's rotation, and follows the player. My issue now is that little extra movement that happens when the player is moving. Is there a way for me to get rid of it, so that my camera stays still?

What I have

Camera Settings

What I'm trying to achieve

Edit: Edit after comment Camera settings

2 Answers2

1

You can set Body type to transposer and Binding Mode to world space:

Answer

Soroush Hosseinpour
  • 539
  • 1
  • 6
  • 25
0

Have you tried to change the aim setting to Do Nothing? If you leave it to Hard look at it will always keep your player at the center of the camera.

You can read the documentation here: https://docs.unity3d.com/Packages/com.unity.cinemachine@2.6/manual/CinemachineVirtualCameraAim.html

FrankDev
  • 31
  • 7
  • That's what I'm trying to do. I want the camera to follow the player, while keeping the same point of view. – CupOfWater Oct 12 '22 at 12:50