DialogueSystemTrigger no longer trigger conversation after upgrading from 2.2.14 to 2.2.18

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
fkkcloud
Posts: 298
Joined: Mon Oct 05, 2020 6:00 am

DialogueSystemTrigger no longer trigger conversation after upgrading from 2.2.14 to 2.2.18

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

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

Post 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.
fkkcloud
Posts: 298
Joined: Mon Oct 05, 2020 6:00 am

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

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