How to use continue button?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
boltibm
Posts: 17
Joined: Thu Dec 29, 2022 4:38 am

How to use continue button?

Post by boltibm »

hi.

i want use continue button.

like this.
20210803163125_8004.png
20210803163125_8004.png (158.93 KiB) Viewed 835 times
-from sanabi

Pressing the interaction key during conversation output outputs the conversation at once; pressing the interaction key again proceeds to the next conversation.

In some cases, go to the next conversation without an interaction key.

I want to make it like above.

Are there any examples or topics to refer to?

thank you :oops: .
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to use continue button?

Post by Tony Li »

Add a typewriter effect to the Text GameObject.

Add a continue button to your bubble subtitle panel. Configure it like this:

bubblePanelContinueButton.png
bubblePanelContinueButton.png (212.12 KiB) Viewed 825 times

Inspect your Dialogue Manager GameObject. On the Input Device Manager component, tick Always Auto Focus.
boltibm
Posts: 17
Joined: Thu Dec 29, 2022 4:38 am

Re: How to use continue button?

Post by boltibm »

thank you.
i have one question.

i using textanimator asset.

I read that Unityui Type Writer Effect and TextAnimator should not be used together.
You don't mind sharing?
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to use continue button?

Post by Tony Li »

That is correct. Use Text Animator's typewriter effect. Also use the Text Animator integration's continue button: Text Animator Integration
boltibm
Posts: 17
Joined: Thu Dec 29, 2022 4:38 am

Re: How to use continue button?

Post by boltibm »

Thank you for your answer.

Can I ask you one last question?

We are using corgi input manager what I want to activate the continue button with the interaction button.

Is there a separate tutorial on this?
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to use continue button?

Post by Tony Li »

There is no separate tutorial for that. Configure the EventSystem's Submit input to use the same input as the Corgi Input Manager's Interaction button.
boltibm
Posts: 17
Joined: Thu Dec 29, 2022 4:38 am

Re: How to use continue button?

Post by boltibm »

okay

thank you!!
boltibm
Posts: 17
Joined: Thu Dec 29, 2022 4:38 am

Re: How to use continue button?

Post by boltibm »

I'm trying many ways, but it doesn't work.
Can you tell me more details?
boltibm
Posts: 17
Joined: Thu Dec 29, 2022 4:38 am

Re: How to use continue button?

Post by boltibm »

I solved it.
I put the key manager in the subtle bubble update.
Thank you.
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to use continue button?

Post by Tony Li »

Thank you for the update. I'm glad you found a solution.
Post Reply