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 ?"
How can I show question along with responses ?
-
- Posts: 10
- Joined: Thu Feb 29, 2024 10:11 am
Re: How can I show question along with responses ?
Hello,
I assume your conversation looks something like this:
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:
Then the NPC subtitle panel will stay visible while showing the response menu:
I assume your conversation looks something like this:
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:
Then the NPC subtitle panel will stay visible while showing the response menu:
-
- Posts: 10
- Joined: Thu Feb 29, 2024 10:11 am
Re: How can I show question along with responses ?
Thank you Tony
Re: How can I show question along with responses ?
Glad to help!
-
- Posts: 10
- Joined: Thu Feb 29, 2024 10:11 am
Re: How can I show question along with responses ?
Yesterday I was late and couldn't check.
What I mean is the confirmation line in the response panel.
For example:
Something like this.
Sorry for any inconvenience
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"
Something like this.
Sorry for any inconvenience
Re: How can I show question along with responses ?
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.
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.
-
- Posts: 10
- Joined: Thu Feb 29, 2024 10:11 am
Re: How can I show question along with responses ?
Thank you so much, amazing support
Re: How can I show question along with responses ?
Glad to help!