Is there a way to use the RotateAround function by a certain amount of degrees
For example, I have:
transform.RotateAround(v3Pos, transform.right, Time.deltaTime * speed);
How would you modify this code to rotate by 90 degrees in the right direction and then stop?