I have a trigger machine attached to a gameObject with a box collider (tried both with trigger enabled and disabled) and my player has a collider with trigger enabled and a kinematic rigidbody on a child object. I also attached a script to the object with the trigger machine to send debug logs at OnTriggerEnter. The test script sends its messages but I cannot get the trigger machine to trigger. There are no layer filters or conditions set on the trigger machine. Layer Matrix is set up for collisions on PlayerCharacter which both triggers are on. Will it trigger off of child object colliders or only one on the root?
https://imgur.com/a/1153w8W
If the machine doesn't have any conditions set up, the only other thing I can think of is that your player isn't recognized as the player. Is this pure Makinom setup or using ORK?
When using ORK and spawning the ORK player, that's automatically set as the player and the machine should work. If it's only Makinom without ORK, you need to set the player game object.
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Might be that not all child objects of your player are on the same layer? E.g. check your interaction controller prefab and change it's layer, or use the Start By Root option in the machine.
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!