About multiple subtitles panel run at the same time
Posted: Sat Mar 23, 2024 5:25 pm
Cecar_ wrote:
I tried to use two wrpg subtitle panels at the same time in a one scene to make them play different dialogues respectively, but only one subtitle window can be used each time it runs.
I found a similar case on the website as shown in the link below but unfortunately we seem to have different problems so it's hard to refer to.
https://www.pixelcrushers.com/phpbb/vie ... ows#p27063
Could you please tell me how to solve this problem?
Thanks in advance![/code]
Hi! Do you want to play two different conversations at the same time?
If so, the Dialogue System does support that. First, tick the Dialogue Manager GameObject's Other Settings > Allow Simultaneous Conversations. Then configure each conversation to use a different dialogue UI. You can do this by adding Override Dialogue UI components to the participants' GameObjects, or by assigning dialogue UIs to Dialogue System Trigger components' Actions >Start Conversation sections.