Page 1 of 1

DialogueSystemTrigger no longer trigger conversation after upgrading from 2.2.14 to 2.2.18

Posted: Sun Jul 18, 2021 7:56 pm
by fkkcloud
Hello.

DialogueSystemTrigger no longer trigger conversation after upgrading from 2.2.14 to 2.2.18
I am on Unity 2019.4.27f1 LTS.

I am using OnUse for the DialogueSystemTrigger.
OnUse gets called however DialogueSystemTrigger no longer starts the conversation. Any clue?

Re: DialogueSystemTrigger no longer trigger conversation after upgrading from 2.2.14 to 2.2.18

Posted: Sun Jul 18, 2021 9:39 pm
by Tony Li
Hi,

Make sure your Dialogue Manager's Other Settings > Debug Level is set to Warning or Info.

Are there any warnings or errors in the Console window?

If not, set Debug Level to Info. This will give you a more detailed trace of what the Dialogue System is doing when the Dialogue System Trigger runs.

Re: DialogueSystemTrigger no longer trigger conversation after upgrading from 2.2.14 to 2.2.18

Posted: Sun Jul 18, 2021 11:25 pm
by fkkcloud
For now, I made a small custom proximity checker to trigger dialogue since the version that I had was using all 3 Usable/DialogueSystemTrigger/Proximity with other components which made it quite complicated.
It was fairly unnecessarily complicated so Im pretty sure it my code that was toggling some stuff between those 3 components.
So, I just went back to simple custom method which serves what I need only! Thanks for reply though!