Line Break Troubles

UnityVS under Unity 2021.1.24f1

The setup: strings get concatenated, thrown into a variable, that is read down the line to output into a rich text field.
Problem being, neither \n, /n,

,
or
seems to be recognized as a line break. Am I dealing with a known issue, or does UnityVS / Bolt use a different line break character?

1 Like

I stumbled over the solution: the node / unit is called Get New Line. Its added to the string by Concat or Addition. It needs to be enabled by going up to Project Settings > Visual Scripting Type Options, and adding the Environment type to the list.
7583035--939988--upload_2021-10-18_17-39-5.png7583035--939991--upload_2021-10-18_17-40-19.png

2 Likes