Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function OnCollisionEnter(collision: Collision) {
- if(collision.transform.tag == "Your_Box"){
- Debug.Log("The Box is hit");
- }
- }
RAW Paste Data