Dialogue System Trigger Conditions..

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
wlchfl5359
Posts: 29
Joined: Sat Jan 02, 2021 4:27 pm

Dialogue System Trigger Conditions..

Post 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 359 times
User avatar
Tony Li
Posts: 21987
Joined: Thu Jul 18, 2013 1:27 pm

Re: Dialogue System Trigger Conditions..

Post 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.
Post Reply