Hi, every time a Bark appears the Quest Tracker UI redraws, causing my ui animation (it's set to run when a quest appears) to start over.
I haven't found any solution so far.
Bark redraws Quest Tracker UI
Re: Bark redraws Quest Tracker UI
Hi,
Have you configured some event to update the quest tracker, perhaps a Dialogue System Events component with an OnBarkStart or OnBarkEnd event? Barks by themselves don't redraw the quest tracker.
Have you configured some event to update the quest tracker, perhaps a Dialogue System Events component with an OnBarkStart or OnBarkEnd event? Barks by themselves don't redraw the quest tracker.
-
- Posts: 3
- Joined: Sat Apr 15, 2023 6:21 am
Re: Bark redraws Quest Tracker UI
I've checked and I don't have any events set up for the Barks. I don't know if the OnConversationStart and OnConversationEnd events are executed with the barks but I have also disabled them but the problem persists.