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:
How to create a conversation in a single panel
How to create a conversation in a single panel
- Attachments
-
- Screenshot 2024-02-19 191852.png (12.97 KiB) Viewed 161 times
-
- Screenshot 2024-02-19 191530.png (46.61 KiB) Viewed 161 times
-
- Screenshot 2024-02-19 191517.png (70.7 KiB) Viewed 161 times
-
- Screenshot 2024-02-19 191459.png (11.11 KiB) Viewed 161 times
-
- Screenshot 2024-02-19 191435.png (44.48 KiB) Viewed 161 times
-
- Screenshot 2024-02-19 191419.png (13.79 KiB) Viewed 161 times
-
- Screenshot 2024-02-19 191221.png (52.09 KiB) Viewed 161 times
Re: How to create a conversation in a single panel
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.
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.
Re: How to create a conversation in a single panel
It worked thank you.
I knew it was something very simple that I could not see
I knew it was something very simple that I could not see
Re: How to create a conversation in a single panel
Glad to help!