Thanks for the help!
Currently, I'm using the Legacy JRPG Dialogue UI with Continue Button.
I tried the steps and still not working.
About the dialogue text
Re: About the dialogue text
Here's an example for Legacy Unity GUI: LegacyUnityGUIContinueButtonExample_2017-02-17.unitypackage
To set it up, I assigned a version of the ContinueButtonFastForward script that only moves the conversation forward without also clearing the alert.
To show the alert in the bottom left, I set the Alert Panel's Scaled Rect Origin and Alignment to BottomLeft.
To set it up, I assigned a version of the ContinueButtonFastForward script that only moves the conversation forward without also clearing the alert.
To show the alert in the bottom left, I set the Alert Panel's Scaled Rect Origin and Alignment to BottomLeft.
-
- Posts: 80
- Joined: Sun Jul 17, 2016 3:38 pm
Re: About the dialogue text
Now it's working now. Thank you very much!
Re: About the dialogue text
Happy to help!