Guest User

Untitled

a guest
Sep 24th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. void OnTriggerEnter (Collider other)
  2. {
  3. if (other.gameObject.CompareTag ("Pick Up"))
  4. {
  5. other.gameObject.SetActive (false);
  6. }
Add Comment
Please, Sign In to add comment