Example #1
0
 public void OnTriggerExit(Collider col)
 {
     Debug.Log("2");
     rend.material = deSelectMat;
     teleporter.EndSelection();
 }