Extreme Race Game: Unity
playerController.enabled = false; // Show race complete UI UIManager.Instance.ShowRaceComplete(laps);
void Start()
private float raceTimer = 0; private bool isRacing = true; extreme race game unity
public void ShowRaceComplete(int laps)
public static UIManager Instance;