Hi there!
Today i tried to replicate the lovely mechanics of the old painkiller games a.k.a shooting mannequins and then moving them with the shot projectile.
I got it working alright, only problem left is that it seems to not work when the projectile hits a bone with no body (like upperarm_twist for example or the neck piece).
I tried to look for methods to only trace for bones with bodies or similar things but did not find anything useful.
Sadly i have no idea how to fix this issue myself, any ideas would be much appreciated!!!
thanks so much guys, have a nice day!
Flow
Edit: I dirty hack solved it by iterating until i get a bone with a body by using a set which contains all names of bones with bodys. dirty, not good, but workable.