Duplicate LinkTo for the first conversation in a Document in articy

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
mgregoirelds
Posts: 106
Joined: Wed Aug 23, 2017 4:10 pm
Location: Canada

Duplicate LinkTo for the first conversation in a Document in articy

Post by mgregoirelds »

Hello Tony,

Here is a strange issue I am having. When importing an xml file from articy with conversations written in "Documents" view, it seems like the first dialogue gets duplicate LinkTo data in each dialogue node. This is not happening for all following dialogues in the same document.

Here is how the project is structured:

Code: Select all

M01 (Document)
|----First Dialogue for M01 (Duplicated LinkTo)
|----Second Dialogue for M01(No duplicate)
M02 (Document)
|----First Dialogue for M02 (Duplicated LinkTo)
|----Second Dialogue for M02(No duplicate)
I also attached two screen captures I took.
TestArticy_Capture.PNG
TestArticy_Capture.PNG (76.97 KiB) Viewed 385 times
TestArticy2_Capture.PNG
TestArticy2_Capture.PNG (76.11 KiB) Viewed 385 times
Let me know if you want me to send you the resulting xml file + the articy test project.
Last edited by mgregoirelds on Thu Feb 08, 2018 10:53 pm, edited 1 time in total.
Unity 2022.3.17f1
Dialogue System 2.2.44.1
OpenAI Addon 1.0.12
User avatar
Tony Li
Posts: 22059
Joined: Thu Jul 18, 2013 1:27 pm

Re: Duplicate LinkTo for the first conversation in a Document in articy

Post by Tony Li »

Hi Maxime,

I'll try to reproduce this on my own today. If I can't reproduce it, I'll ask you for the XML file.
User avatar
Tony Li
Posts: 22059
Joined: Thu Jul 18, 2013 1:27 pm

Re: Duplicate LinkTo for the first conversation in a Document in articy

Post by Tony Li »

I'll have this implemented in a day or two. My limited experience with documents has been to create one dialogue per document. I just need to extend the converter to properly handle multiple nested dialogues inside documents.
mgregoirelds
Posts: 106
Joined: Wed Aug 23, 2017 4:10 pm
Location: Canada

Re: Duplicate LinkTo for the first conversation in a Document in articy

Post by mgregoirelds »

Great, thanks for looking at this issue! :)
Unity 2022.3.17f1
Dialogue System 2.2.44.1
OpenAI Addon 1.0.12
Post Reply