I currently have a bullet that pins to objects as a "splash" effect after it hits. Like paintball.
I use on touch, set angle to touch.x and touch.y
However when the bullet hits the object, it continues to rotate a little bit once it hits.
Is there a more efficient way to have my bullet go in the direction I touch, or how can I stop it from rotating once it hits?
Thanks!