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?
DialogueSystemTrigger no longer trigger conversation after upgrading from 2.2.14 to 2.2.18
Re: DialogueSystemTrigger no longer trigger conversation after upgrading from 2.2.14 to 2.2.18
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.
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
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!
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!