How to create a conversation in a single panel

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
paul2205
Posts: 7
Joined: Mon Feb 19, 2024 11:47 am

How to create a conversation in a single panel

Post by paul2205 »

I have 2 Actors and a simple conversation (No choices)
How can I display the conversation in a single panel and have the continue button go to the next subtitle of the second actor?

So like this:

NPC: Hello
Continue
PC: Aloha
Continue
NPC: How are you doing?
Continue
PC: Good
Continue

I don't want response buttons, I want the conversation to play out just by using the continue button.

I have tried something, but if I press the continue button, the button just disappears and doesn't play the next subtitle.

This is what I have done:
Attachments
Screenshot 2024-02-19 191852.png
Screenshot 2024-02-19 191852.png (12.97 KiB) Viewed 147 times
Screenshot 2024-02-19 191530.png
Screenshot 2024-02-19 191530.png (46.61 KiB) Viewed 147 times
Screenshot 2024-02-19 191517.png
Screenshot 2024-02-19 191517.png (70.7 KiB) Viewed 147 times
Screenshot 2024-02-19 191459.png
Screenshot 2024-02-19 191459.png (11.11 KiB) Viewed 147 times
Screenshot 2024-02-19 191435.png
Screenshot 2024-02-19 191435.png (44.48 KiB) Viewed 147 times
Screenshot 2024-02-19 191419.png
Screenshot 2024-02-19 191419.png (13.79 KiB) Viewed 147 times
Screenshot 2024-02-19 191221.png
Screenshot 2024-02-19 191221.png (52.09 KiB) Viewed 147 times
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to create a conversation in a single panel

Post by Tony Li »

Hi,

UNtick the Dialogue Manager GameObject's Display Settings > Input Settings > Always Force Response Menu. More info: How To: Bypass Response Menu When Player Has One Choice

Then inspect the subtitle panel's Standard UI Subtitle Panel component and tick Accumulate Text.
paul2205
Posts: 7
Joined: Mon Feb 19, 2024 11:47 am

Re: How to create a conversation in a single panel

Post by paul2205 »

It worked thank you.
I knew it was something very simple that I could not see :D
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to create a conversation in a single panel

Post by Tony Li »

Glad to help!
Post Reply