Page 1 of 1

How can I show question along with responses ?

Posted: Mon Mar 04, 2024 7:49 am
by hoangvm2307
Like this:
Do you want to have an apple ?
1. Yes
2. No

Normally, it only appears 2 responses "Yes" and "No". How can I add the line "Do you want to have an apple ?"

Re: How can I show question along with responses ?

Posted: Mon Mar 04, 2024 9:39 am
by Tony Li
Hello,

I assume your conversation looks something like this:

wantApple.png
wantApple.png (9.63 KiB) Viewed 246 times

To keep "Do you want an apple?" visible while showing the response menu, set the subtitle panel's Visibility to Always From Start, Always Once Shown, or Until Superceded:

visibilityAlwaysFromStart.png
visibilityAlwaysFromStart.png (44.49 KiB) Viewed 246 times

Then the NPC subtitle panel will stay visible while showing the response menu:

wantAppleMenu.png
wantAppleMenu.png (8.74 KiB) Viewed 246 times

Re: How can I show question along with responses ?

Posted: Mon Mar 04, 2024 11:46 am
by hoangvm2307
Thank you Tony :D :D

Re: How can I show question along with responses ?

Posted: Mon Mar 04, 2024 11:56 am
by Tony Li
Glad to help!

Re: How can I show question along with responses ?

Posted: Mon Mar 04, 2024 9:56 pm
by hoangvm2307
Yesterday I was late and couldn't check.
What I mean is the confirmation line in the response panel.
For example:
  • NPC: "The apple just for 20 coins."
  • Response:
    "Do you want apple? (Confirmation line)
    1.Yes
    2.No"
Normally, when the response panel is opened, it obscured the subitile panel. What I want to achieved is the confirmation line appear first, then response. Do I have to use any "Vertical Layout Group"? I'm using JRPG Dialogue UI.

Image

Something like this.
Sorry for any inconvenience

Re: How can I show question along with responses ?

Posted: Tue Mar 05, 2024 9:40 am
by Tony Li
Hi,

Yes, use a vertical layout group. Here's an example:

DS_JRPG_UI_VerticalLayout_2024-03-05.unitypackage

It's a variant of the JRPG template prefab. I added Vertical Layout Groups.

Re: How can I show question along with responses ?

Posted: Tue Mar 05, 2024 11:41 am
by hoangvm2307
Thank you so much, amazing support :D :D

Re: How can I show question along with responses ?

Posted: Tue Mar 05, 2024 12:19 pm
by Tony Li
Glad to help!