Page 1 of 1

Change Reference database in start conversation track

Posted: Thu Jul 01, 2021 11:06 pm
by ryu
Hi,

I'm trying to using conversation track to show subtitle on timeline. There is small problem. Conversation drop-down list menu in start conversation clip is refer only initial database of dialogue controller. (or reference database set in dialogue trigger, if exist)

For some reason, I want to use extra database for timeline, not initial database. Is there any good way to change reference database of start conversation track?

Re: Change Reference database in start conversation track

Posted: Fri Jul 02, 2021 8:49 am
by Tony Li
Hi,

This patch adds a database selection field to the Start Conversation and Bark clips:

DS_TimelinePatch_2021-07-02.unitypackage

These changes will also be in the next full release.

Re: Change Reference database in start conversation track

Posted: Mon Jul 05, 2021 4:44 am
by ryu
Hi,

I ask for help again.
I applied this fix but nothing happens when I click on the list area. Selecting reference database is work normally.
conversation.png
conversation.png (16.13 KiB) Viewed 419 times
Project Unity version is 2020.3.11f1, dialogue system is 2.2.18.

Re: Change Reference database in start conversation track

Posted: Mon Jul 05, 2021 1:44 pm
by Tony Li
I had to update the custom inspector code to add an extra line of space for the dropdown. Please use this patch:

DS_TimelinePatch_2021-07-05.unitypackage

Re: Change Reference database in start conversation track

Posted: Tue Jul 06, 2021 5:25 am
by ryu
It works perfectly! Thanks for help.

Re: Change Reference database in start conversation track

Posted: Tue Jul 06, 2021 8:27 am
by Tony Li
Glad to help!