Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void OnCollisionEnter(Collision other)
- {
- if(other.transform.tag == "You're thing")
- {
- //code
- }
- }
RAW Paste Data