private void OnTriggerEnter(Collider col) { if (col.transform.tag == "Player") { GuiManager.SetToolTip(TipString); } }