How can I make the main camera circle around a central point while staying focused on that central point in a scene?
Use Transform.RotateAround along with Transform.LookAt.
How can I make the main camera circle around a central point while staying focused on that central point in a scene?
Use Transform.RotateAround along with Transform.LookAt.