Rotate around object at an angle.

So I have an model on a plane and the main camera pointing down looking at the object from a distance and angle.

What I am wrestling with is wanting to use key input (which isn’t the issue) to rotate the camera around that model and keep the distance and angle as it circles it.

Could someone please provide some help?

Thanks!

– Clint

There is a script called Mouse Orbit in the “Standard Assets/Camera Scripts”. You can modify it to use a different input axis instead of the “Mouse X” and “Mouse Y” input axis.

Thanks Joe that helps alot!

– Clint