using System.Collections; using System.Collections.Generic; using UnityEngine; public class Tile : MonoBehaviour { void Start() { GetComponent().color = Random.ColorHSV(0f, 1f, 1f, 1f, 0.5f, 1f); } }