Answers for "how to destroy bullets when they hit a collider unity 2d"

0

how to destroy bullets when they hit a collider unity 2d

function OnCollisionEnter(){      Destroy (gameObject); }
Posted by: Guest on May-26-2020

Code answers related to "how to destroy bullets when they hit a collider unity 2d"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language