Search found 5 matches

by logiq121
Fri Feb 09, 2018 8:24 pm
Forum: Dialogue System for Unity
Topic: Articy:Draft Runtime Conversion
Replies: 10
Views: 1007

Re: Articy:Draft Runtime Conversion

It looks like your tip about saving the XML with UTF8 (WITHOUT BOM) Did the trick. I had to download notepadd ++ to make that happen. Thanks again.
by logiq121
Thu Feb 08, 2018 11:49 pm
Forum: Dialogue System for Unity
Topic: Articy:Draft Runtime Conversion
Replies: 10
Views: 1007

Re: Articy:Draft Runtime Conversion

When trying that method, I am getting a file not found. I've tried multiple locations and triple checking files/extensions. Even when I am able to output the xml as a string from the www attempt, I am still not able to get the convert function to work. :(
by logiq121
Wed Feb 07, 2018 11:25 pm
Forum: Dialogue System for Unity
Topic: Articy:Draft Runtime Conversion
Replies: 10
Views: 1007

Re: Articy:Draft Runtime Conversion

Sent.
by logiq121
Wed Feb 07, 2018 9:17 pm
Forum: Dialogue System for Unity
Topic: Articy:Draft Runtime Conversion
Replies: 10
Views: 1007

Re: Articy:Draft Runtime Conversion

When trying to place the string into the function I am getting this error: XmlException: Text node cannot appear in this state. Line 1, position 1. This is the code I am trying to run with. ConverterPrefs myPrefs = new ConverterPrefs { EncodingType = EncodingType.UTF8, StageDirectionsAreSequences = ...
by logiq121
Tue Feb 06, 2018 11:54 pm
Forum: Dialogue System for Unity
Topic: Articy:Draft Runtime Conversion
Replies: 10
Views: 1007

Articy:Draft Runtime Conversion

I am having issues getting the XML file to load into the database. It's coming up with a NullReferenceError Here is the Error: https://puu.sh/zinWP/292606aba8.png Here is the code: ConverterPrefs myPrefs = new ConverterPrefs { EncodingType = EncodingType.ASCII, StageDirectionsAreSequences = false, C...