Runic UI- long node text not displaying properly

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Haidutin.Bdin
Posts: 3
Joined: Wed Apr 21, 2021 10:57 am

Runic UI- long node text not displaying properly

Post 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
User avatar
Tony Li
Posts: 21986
Joined: Thu Jul 18, 2013 1:27 pm

Re: Runic UI- long node text not displaying properly

Post 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.
Haidutin.Bdin
Posts: 3
Joined: Wed Apr 21, 2021 10:57 am

Re: Runic UI- long node text not displaying properly

Post by Haidutin.Bdin »

Thanks, I switched to character-by-character auto-scrolling and it worked!
User avatar
Tony Li
Posts: 21986
Joined: Thu Jul 18, 2013 1:27 pm

Re: Runic UI- long node text not displaying properly

Post by Tony Li »

Great! Glad to help.
Post Reply