Topic: Ignore Only Some Body Colliders

Hey,

In the invincible frame section there is an option to "Ignore Body Colliders"
I would like my character to pass through most body colliders, but still be effected by some. How could I implement this?
I realize there is a body parts section, but that is for invincibility (hit colliders), not for ignoring body colliders.

Thank you.

Perhaps I could do this with OnHit()?

Share

Thumbs up Thumbs down

Re: Ignore Only Some Body Colliders

Unfortunately the collider code is complex.
You can look at the body collider code to see if you can figure anything out.
The only options UFE 2 has for collision colliders is Ground Collision Mass and Body Collider.

Share

Thumbs up Thumbs down