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?
Change Reference database in start conversation track
Re: Change Reference database in start conversation track
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.
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
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.
Project Unity version is 2020.3.11f1, dialogue system is 2.2.18.
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.
Project Unity version is 2020.3.11f1, dialogue system is 2.2.18.
Re: Change Reference database in start conversation track
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
DS_TimelinePatch_2021-07-05.unitypackage
Re: Change Reference database in start conversation track
It works perfectly! Thanks for help.