Page 1 of 1

Dialogue System Trigger Conditions..

Posted: Mon Aug 16, 2021 7:46 am
by wlchfl5359
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.
캡처.JPG
캡처.JPG (60.2 KiB) Viewed 357 times

Re: Dialogue System Trigger Conditions..

Posted: Mon Aug 16, 2021 8:22 am
by Tony Li
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.