public void OnTriggerEnter(Collider col) { if (col.gameObject.tag == "Player") { sceneControl.BearWin(); } }