Announcements, support questions, and discussion for the Dialogue System.
boltibm
Posts: 17 Joined: Thu Dec 29, 2022 4:38 am
Post
by boltibm » Fri Dec 30, 2022 3:04 am
hi.
i want use continue button.
like this.
20210803163125_8004.png (158.93 KiB) Viewed 2711 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
.
Tony Li
Posts: 23278 Joined: Thu Jul 18, 2013 1:27 pm
Post
by Tony Li » Fri Dec 30, 2022 9:20 am
Add a typewriter effect to the Text GameObject.
Add a continue button to your bubble subtitle panel. Configure it like this:
bubblePanelContinueButton.png (212.12 KiB) Viewed 2701 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
Post
by boltibm » Sun Jan 01, 2023 1:37 am
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?
boltibm
Posts: 17 Joined: Thu Dec 29, 2022 4:38 am
Post
by boltibm » Mon Jan 02, 2023 4:46 am
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?
Tony Li
Posts: 23278 Joined: Thu Jul 18, 2013 1:27 pm
Post
by Tony Li » Mon Jan 02, 2023 7:44 am
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
Post
by boltibm » Mon Jan 02, 2023 10:23 pm
okay
thank you!!
boltibm
Posts: 17 Joined: Thu Dec 29, 2022 4:38 am
Post
by boltibm » Tue Jan 03, 2023 2:33 am
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
Post
by boltibm » Tue Jan 03, 2023 2:49 am
I solved it.
I put the key manager in the subtle bubble update.
Thank you.
Tony Li
Posts: 23278 Joined: Thu Jul 18, 2013 1:27 pm
Post
by Tony Li » Tue Jan 03, 2023 9:13 am
Thank you for the update. I'm glad you found a solution.