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

This is the source code for a Color Switch replica created during a Twitch Livestream.

Results 2 Color-Switch-Replica issues
Sort by recently updated
recently updated
newest added

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...