Hey there, I’m working with a lot of colliders, some of which are triggers. I’ve been trying to sort between different triggers on the same object but I couldn’t figure out how–
Then I tried message.group
and it worked fine, as far as I can tell this isn’t shown to be part of the trigger_response
message on the docs, but it is!
I also see that it’s possible to get this from a collision_response
message, but my code has the logic within an if
statement that requires message_id == hash("trigger_response")
before proceeding.
Is this something missing from the docs, or am I misinterpreting something?