Color-Switch-Replica icon indicating copy to clipboard operation
Color-Switch-Replica copied to clipboard

My smallcircle object is not rotating

Open Andy14072000 opened this issue 3 months ago • 0 comments

public class rotator : MonoBehaviour { public float speed = 100f;

void Update()
{
    transform.Rotate(0f,0f,speed*Time.deltaTime);
}

} i used this but my circle is not rotating around its own axis help me getting fix for this

Andy14072000 avatar Mar 30 '24 10:03 Andy14072000