Make next Conversation text show only on click

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Ekta Bhutwala
Posts: 40
Joined: Mon Sep 05, 2022 5:40 am

Make next Conversation text show only on click

Post by Ekta Bhutwala »

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.
User avatar
Tony Li
Posts: 21972
Joined: Thu Jul 18, 2013 1:27 pm

Re: Make next Conversation text show only on click

Post by Tony Li »

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.
Ekta Bhutwala
Posts: 40
Joined: Mon Sep 05, 2022 5:40 am

Re: Make next Conversation text show only on click

Post by Ekta Bhutwala »

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?

Image
Attachments
Screenshot 2022-09-05 182020.png
Screenshot 2022-09-05 182020.png (32.33 KiB) Viewed 190 times
Ekta Bhutwala
Posts: 40
Joined: Mon Sep 05, 2022 5:40 am

Re: Make next Conversation text show only on click

Post by Ekta Bhutwala »

Hii.. It's working :)

Thanks for your help..
User avatar
Tony Li
Posts: 21972
Joined: Thu Jul 18, 2013 1:27 pm

Re: Make next Conversation text show only on click

Post by Tony Li »

Glad to help!
Post Reply