Page 3 of 3

Re: About the dialogue text

Posted: Fri Feb 17, 2017 4:57 pm
by HaiiroMukuro
Thanks for the help! :D
Currently, I'm using the Legacy JRPG Dialogue UI with Continue Button.
I tried the steps and still not working.

Re: About the dialogue text

Posted: Fri Feb 17, 2017 7:42 pm
by Tony Li
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.

Re: About the dialogue text

Posted: Fri Feb 17, 2017 10:58 pm
by HaiiroMukuro
Now it's working now. Thank you very much! :D

Re: About the dialogue text

Posted: Sat Feb 18, 2017 8:41 am
by Tony Li
Happy to help!