Hii,
I am making point and click game in which when i start scene, Conversation dialog system started showing conversation dialog entry automatically till end.
But all i want is next dialog entry must come when i click on screen. It should not show automatically.
What can be the solution for same?
I hope i make you understand my issue.
Thanks a lot.
Make next Conversation text show only on click
-
- Posts: 40
- Joined: Mon Sep 05, 2022 5:40 am
Re: Make next Conversation text show only on click
Hi,
Inspect the Dialogue Manager GameObject. Set Display Settings > Subtitle Settings > Continue Button to Always. This will make the dialogue UI show a continue button that the player must click to advance the conversation. If you want the player to click anywhere on the screen to advance, see #2 in this post.
Inspect the Dialogue Manager GameObject. Set Display Settings > Subtitle Settings > Continue Button to Always. This will make the dialogue UI show a continue button that the player must click to advance the conversation. If you want the player to click anywhere on the screen to advance, see #2 in this post.
-
- Posts: 40
- Joined: Mon Sep 05, 2022 5:40 am
Re: Make next Conversation text show only on click
Hii ,
Thanks for the quick reply.
Continue button is for NPC subtitle panel and PC subtitle panel. If i want to make continue button to cover whole screen by making it invisible then do i need to change for both panel?
and if i make child of dialogue panel then how it will work for both panel?
Thanks for the quick reply.
Continue button is for NPC subtitle panel and PC subtitle panel. If i want to make continue button to cover whole screen by making it invisible then do i need to change for both panel?
and if i make child of dialogue panel then how it will work for both panel?
- Attachments
-
- Screenshot 2022-09-05 182020.png (32.33 KiB) Viewed 196 times
-
- Posts: 40
- Joined: Mon Sep 05, 2022 5:40 am
Re: Make next Conversation text show only on click
Hii.. It's working
Thanks for your help..
Thanks for your help..
Re: Make next Conversation text show only on click
Glad to help!