Hi,
i was using Dialogue System Trigger like this, and when i'm inside in collider, Conditions don't work.
It just executes Actions.
Does 'On Trigger Enter' ignore Conditions?
Thank you.
Dialogue System Trigger Conditions..
Re: Dialogue System Trigger Conditions..
Hi,
The Dialogue System Trigger always checks conditions.
Keep an Inspector view on the Dialogue System Trigger. When you enter the trigger collider, watch the Conditions section. It will show (Last Check: True) if the Conditions are true or (Last Check: False) if the Conditions are false. Note that, if your player has multiple colliders, this will only show the result of the last collider that was checked. If it's False, it's possible that a previous collider check has still started the trigger.
The Dialogue System Trigger always checks conditions.
Keep an Inspector view on the Dialogue System Trigger. When you enter the trigger collider, watch the Conditions section. It will show (Last Check: True) if the Conditions are true or (Last Check: False) if the Conditions are false. Note that, if your player has multiple colliders, this will only show the result of the last collider that was checked. If it's False, it's possible that a previous collider check has still started the trigger.