Page 1 of 1

Runic UI- long node text not displaying properly

Posted: Tue Jul 27, 2021 5:46 pm
by Haidutin.Bdin
I have uploaded a quick gif. When the node text is long it is typed out of focus of the text box.https://gifyu.com/image/On4s

Re: Runic UI- long node text not displaying properly

Posted: Tue Jul 27, 2021 9:25 pm
by Tony Li
Hi,

That's a lot of text! :-)

There are two options:

1. Break up the text into smaller dialogue entries. An easy way to break up the text is to put "|" characters (pipe characters) where you want the breaks. Then select Menu > Split Pipes Into Nodes.

2. Or switch to character-by-character auto-scrolling. To do this:
  • Inspect the Subtitle Text GameObject. Remove the OnCharacter() event (ScrollRect.verticalNormalizedPosition).
  • Set up auto-scrolling.

Re: Runic UI- long node text not displaying properly

Posted: Fri Aug 27, 2021 8:25 am
by Haidutin.Bdin
Thanks, I switched to character-by-character auto-scrolling and it worked!

Re: Runic UI- long node text not displaying properly

Posted: Fri Aug 27, 2021 8:35 am
by Tony Li
Great! Glad to help.