Avery Allred
0
Q:

unity how to add a bullet impact force

         if (hit.transform.tag == "Physics")         {             hit.rigidbody.AddForceAtPosition (bulletDirection * bulletForce, hit.point);         }
1

New to Communities?

Join the community