Page 1 of 2

How to display PC subtitle?

Posted: Fri Jul 02, 2021 2:07 am
by SERG__ZV
I'm trying to figure it out with the "SMS dialogue UI" UI prefab. In the dialogue system that I want to do. There should be a history of dialogues, in turn, then NPC subtitle panel, then PC subtitle panel (after clicking on the answer button). Of all the examples, SMS dialogue UI suits me the most because it creates separate blocks of text with a character image. Copies of the subtitle panel. But for some reason, only what the NPC said is displayed in the history. But what the PC said is not displayed.
I'm wondering if there is some kind of checkmark so that the player's answers are also displayed in the dialogue history. Or do I need to write my own script?

Re: How to display PC subtitle?

Posted: Fri Jul 02, 2021 8:25 am
by Tony Li
Hi,
  • Inspect the Dialogue Manager GameObject.
  • Tick Display Settings > Subtitle Settings > Show PC Subtitles During Line.
  • Untick Skip PC Subtitle After Response Menu.

Re: How to display PC subtitle?

Posted: Fri Jul 02, 2021 9:00 am
by SERG__ZV
The solution to the problem turned out to be so simple. Thank you very much!

Re: How to display PC subtitle?

Posted: Fri Jul 02, 2021 9:14 am
by Tony Li
Glad to help!

Re: How to display PC subtitle?

Posted: Sun Jul 25, 2021 12:36 pm
by bohemian pulp
Another one - nothing urgent.
Any solution to these empty bubbles?
They appear when there is a sequence that waits for a Continue, and there is no text.
For example AnimatorPlayWait() or Continue()@.1

Re: How to display PC subtitle?

Posted: Sun Jul 25, 2021 2:14 pm
by Tony Li
I think that qualifies as a bug. Here's a patch. This fix will also be in the next release (version 2.2.19).

DS_SMSDialogueUIPatch_2021-07-25.unitypackage

Re: How to display PC subtitle?

Posted: Sun Jul 25, 2021 4:41 pm
by bohemian pulp
Glad I managed to help :lol:

Re: How to display PC subtitle?

Posted: Mon Jun 26, 2023 10:29 am
by Lancer0076
Hi!

I have tried the recommended steps but to no avail.
I was able to solve a similar problem a few years ago, but for this I had to download someone else's prefab (dialogue UI).
The standard (dialogue UI), in my cases, only displays the history of the NPC's phrases.

Re: How to display PC subtitle?

Posted: Mon Jun 26, 2023 11:25 am
by Tony Li
Hi,

On the Dialogue Manager GameObject, are Display Settings > Subtitle Settings > Show PC Subtitles During Line ticked and Skip PC Subtitle After Response Menu unticked?

Re: How to display PC subtitle?

Posted: Mon Jun 26, 2023 2:42 pm
by Lancer0076
https://youtu.be/n0hAzzsuhe4
I tried all options, and with different dialogue UI.
Maybe I'm missing something, but it never worked for me. Dialog system version (2.2.38.1 June 20, 2023).