Search found 5 matches
- 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.
- 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.
- Wed Feb 07, 2018 11:25 pm
- Forum: Dialogue System for Unity
- Topic: Articy:Draft Runtime Conversion
- Replies: 10
- Views: 1007
- 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 = ...
- 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...