Runic UI- long node text not displaying properly
-
- Posts: 3
- Joined: Wed Apr 21, 2021 10:57 am
Runic UI- long node text not displaying properly
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
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:
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.
-
- Posts: 3
- Joined: Wed Apr 21, 2021 10:57 am
Re: Runic UI- long node text not displaying properly
Thanks, I switched to character-by-character auto-scrolling and it worked!
Re: Runic UI- long node text not displaying properly
Great! Glad to help.