private void OnTriggerEnter(Collider other) { if (other.transform.CompareTag("Player")) { stageInfo.StageStart(); } }