// Update is called once per frame void Update() { if (playersReady) { ReadyToStart(); } else { uiLogic.HideReadyQuery(); } }