Hello, I would like to be able to push My AIs, they follow me and sometimes block me (i just can’t moove them), I looked in the collision and in the characterMovement Component but I do not find … I just want them to “slide” a little bit when they are against my player in motion
any idea how I could do it? or if I miss something
Replying because this comes up on google’s front page with some searches.
The solution I’ve found for this is to use On Component Hit for the player character’s capsule component. On hit, get the impact normal, multiply it by some negative float, and use it to add impulse on the colliding characters’ character movement component.