so I the current way I know to do collision or trigger is with a trigger/collision events job but as far as I know that basically just trigger/collision stay. Is there a way to do collision/trigger exit or even enter?
code examples would be appreciated. Thank you
There is not yet a “built-in” mechanism as such, in part because it introduces state information, and also because the details depend on how you want to organize your data, whether you want to change archetypes, and so on.
One possibility is shown in the trigger event sample where you basically track the frame number:
1 Like