Is it possible to filter collisions by ID without incurring a call to OnTrigger/Collision?
Like say:
only objects with ID 1 collide with each other, ignore all other ids
only objects with ID 2 collide with each other, ignore al other ids
I know people are handling this inside of OnTrigger/Collision - I’m wondering if it’s possible without the overhead incurre by the function call