Answers for "object is rotationg in different axis point unity"

C#
1

rotation around own axis in unity

transform.RotateAround(transform.position, transform.up, Time.deltaTime * 90f);
Posted by: Guest on March-19-2020

Code answers related to "object is rotationg in different axis point unity"

C# Answers by Framework

Browse Popular Code Answers by Language