Hey all, I am trying to find a way to stop bouncing of the default sphere projectile but I couldn’t.
The projectile that I want should follow this path,
Fired >>> Follow the XYZ axis directly >>> Hit to any object with collision >>> Stop >>> Fall on the ground (without bouncing) OR just stick to the object where it hits
What is the shortest way to stop its bouncing?
Thanks!