How to use continue button?
How to use continue button?
hi.
i want use continue button.
like this. -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 .
i want use continue button.
like this. -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?
Add a typewriter effect to the Text GameObject.
Add a continue button to your bubble subtitle panel. Configure it like this:
Inspect your Dialogue Manager GameObject. On the Input Device Manager component, tick Always Auto Focus.
Add a continue button to your bubble subtitle panel. Configure it like this:
Inspect your Dialogue Manager GameObject. On the Input Device Manager component, tick Always Auto Focus.
Re: How to use continue button?
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?
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?
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?
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?
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?
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?
okay
thank you!!
thank you!!
Re: How to use continue button?
I'm trying many ways, but it doesn't work.
Can you tell me more details?
Can you tell me more details?
Re: How to use continue button?
I solved it.
I put the key manager in the subtle bubble update.
Thank you.
I put the key manager in the subtle bubble update.
Thank you.
Re: How to use continue button?
Thank you for the update. I'm glad you found a solution.