How to display PC subtitle?

Announcements, support questions, and discussion for the Dialogue System.
SERG__ZV
Posts: 2
Joined: Fri Jul 02, 2021 1:51 am

How to display PC subtitle?

Post 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?
User avatar
Tony Li
Posts: 21681
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to display PC subtitle?

Post 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.
SERG__ZV
Posts: 2
Joined: Fri Jul 02, 2021 1:51 am

Re: How to display PC subtitle?

Post by SERG__ZV »

The solution to the problem turned out to be so simple. Thank you very much!
User avatar
Tony Li
Posts: 21681
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to display PC subtitle?

Post by Tony Li »

Glad to help!
User avatar
bohemian pulp
Posts: 21
Joined: Wed Apr 21, 2021 7:01 am

Re: How to display PC subtitle?

Post 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
Attachments
empty bubles.png
empty bubles.png (96.32 KiB) Viewed 1688 times
Creator of "Let Bions be bygones"
https://linktr.ee/bohemianpulp
User avatar
Tony Li
Posts: 21681
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to display PC subtitle?

Post 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
User avatar
bohemian pulp
Posts: 21
Joined: Wed Apr 21, 2021 7:01 am

Re: How to display PC subtitle?

Post by bohemian pulp »

Glad I managed to help :lol:
Creator of "Let Bions be bygones"
https://linktr.ee/bohemianpulp
Lancer0076
Posts: 2
Joined: Mon Jun 26, 2023 10:13 am

Re: How to display PC subtitle?

Post 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.
User avatar
Tony Li
Posts: 21681
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to display PC subtitle?

Post 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?
Lancer0076
Posts: 2
Joined: Mon Jun 26, 2023 10:13 am

Re: How to display PC subtitle?

Post 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).
Post Reply