Does anything like a colision plane / overlap exist?

What I mean is like the way a plane only can be seen from one side, a collision that only exist one way?

No in engine single direction collider but it can be done with logic

You could also do a normalized dot product of the characters velocity and a direction then use the AcosD node to check the angle between the characters velocity and the other vector. Then you could see it the character is going in the good or bad direction relative to the other object and make decisions based on that.

2 Likes

Thanks for the link, that was an excellent explanation for the phased platforms.

1 Like

Don’t know those packs but will check into it. And the double sided geometry options sounds promising. Thanks for the info.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.