How to display PC subtitle?
How to display PC subtitle?
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?
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?
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?
The solution to the problem turned out to be so simple. Thank you very much!
Re: How to display PC subtitle?
Glad to help!
- bohemian pulp
- Posts: 21
- Joined: Wed Apr 21, 2021 7:01 am
Re: How to display PC subtitle?
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
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 (96.32 KiB) Viewed 1854 times
Creator of "Let Bions be bygones"
https://linktr.ee/bohemianpulp
https://linktr.ee/bohemianpulp
Re: How to display PC subtitle?
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
DS_SMSDialogueUIPatch_2021-07-25.unitypackage
- bohemian pulp
- Posts: 21
- Joined: Wed Apr 21, 2021 7:01 am
Re: How to display PC subtitle?
Glad I managed to help
Creator of "Let Bions be bygones"
https://linktr.ee/bohemianpulp
https://linktr.ee/bohemianpulp
-
- Posts: 2
- Joined: Mon Jun 26, 2023 10:13 am
Re: How to display PC subtitle?
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.
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?
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?
On the Dialogue Manager GameObject, are Display Settings > Subtitle Settings > Show PC Subtitles During Line ticked and Skip PC Subtitle After Response Menu unticked?
-
- Posts: 2
- Joined: Mon Jun 26, 2023 10:13 am
Re: How to display PC subtitle?
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).
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).