Search found 2 matches

by Cristianmvv
Wed Aug 24, 2022 6:05 am
Forum: Dialogue System for Unity
Topic: Quest Tracker is not Updating
Replies: 3
Views: 238

Re: Quest Tracker is not Updating

Tony Li wrote: Mon Aug 22, 2022 8:53 am Hi,

In your script, when you pick up the plant call this line of C# code:

Code: Select all

DialogueManager.SendUpdateTracker();
Now it's working! Thanks a lot!
by Cristianmvv
Mon Aug 22, 2022 6:14 am
Forum: Dialogue System for Unity
Topic: Quest Tracker is not Updating
Replies: 3
Views: 238

Quest Tracker is not Updating

Hello, it my first time working with Dialogue System for Unity. I am trying to make a simple quest where you pick up some plants and deliver it. The problem is that the Quest Tracker in screen isn't updating the number of plants. In the journal it shows correctly, but I need to untrack and track aga...