Character Collision\Physics

Hello guys,

I got an issue,
My character can move another character during their animation. The second just bounces off. Please tell me in which direction to look for a solution? Physics or collision tuning?

Thank you!

Welcome back Eugene-chn, it is great to have you here!

Both of your solutions are great places to start. Personally, I would start with collision tuning. Also, I would check if the animation has any root-motion and if that’s what is making the capsule move, thus bumping into your other character’s capsule collision.

Here is more information on Collision.
Here is documentation on RootMotion animations.

I hope this information assists you.

thank your for support!

But it didn’t help(
Root motion was disable and collision is No collision for all components of character.

Problem still here