Search found 2 matches
- Fri Oct 13, 2023 5:11 am
- Forum: Dialogue System for Unity
- Topic: <br/> Appearing at the start of the text after Import from Articy
- Replies: 8
- Views: 675
Re: <br/> Appearing at the start of the text after Import from Articy
Hi, thanks for getting back to me on this! We've updated to the latest DS, but still got the <br> tag. We realised that the tag wasn't being added to ArticyTools.cs So added the <br/> and now it seems to work! private static string[] htmlTags = new string[] { "<html>", "<head>", ...
- Thu Oct 12, 2023 3:58 am
- Forum: Dialogue System for Unity
- Topic: <br/> Appearing at the start of the text after Import from Articy
- Replies: 8
- Views: 675
<br/> Appearing at the start of the text after Import from Articy
Hi, I've been using Dialogue System for a while now, but I'm new to the forums! I have recently been running into a problem, where using pipe (|) in Articy doesn't always import correctly. What I mean is that 90% of the time the pipe in Articy is correctly split into multiple nodes in Dialogues Syst...