Page 1 of 1
How to use continue button?
Posted: Fri Dec 30, 2022 3:04 am
by boltibm
hi.
i want use continue button.
like this.
- 20210803163125_8004.png (158.93 KiB) Viewed 976 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
.
Re: How to use continue button?
Posted: Fri Dec 30, 2022 9:20 am
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 (212.12 KiB) Viewed 966 times
Inspect your Dialogue Manager GameObject. On the Input Device Manager component, tick Always Auto Focus.
Re: How to use continue button?
Posted: Sun Jan 01, 2023 1:37 am
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?
Re: How to use continue button?
Posted: Sun Jan 01, 2023 8:18 am
by Tony Li
That is correct. Use Text Animator's typewriter effect. Also use the Text Animator integration's continue button:
Text Animator Integration
Re: How to use continue button?
Posted: Mon Jan 02, 2023 4:46 am
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?
Re: How to use continue button?
Posted: Mon Jan 02, 2023 7:44 am
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.
Re: How to use continue button?
Posted: Mon Jan 02, 2023 10:23 pm
by boltibm
okay
thank you!!
Re: How to use continue button?
Posted: Tue Jan 03, 2023 2:33 am
by boltibm
I'm trying many ways, but it doesn't work.
Can you tell me more details?
Re: How to use continue button?
Posted: Tue Jan 03, 2023 2:49 am
by boltibm
I solved it.
I put the key manager in the subtle bubble update.
Thank you.
Re: How to use continue button?
Posted: Tue Jan 03, 2023 9:13 am
by Tony Li
Thank you for the update. I'm glad you found a solution.