Conversation in Articy XML file doesn't show up in Dialogue Database

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
CodePrincess
Posts: 111
Joined: Thu Sep 27, 2018 11:06 pm

Conversation in Articy XML file doesn't show up in Dialogue Database

Post by CodePrincess »

Good evening, everybody! Hi Tony!

So I imported my first Articy-generated XML file and the database that ensued had all the actors, and Items, complete with their descriptions, but the conversation I wrote for it didn't make the list.

Which is strange, since the XML file had the conversation in it. Here's an excerpt:

Code: Select all

ObjectTemplateReferenceName="Dialogue_Fragment">
      <DisplayName><![CDATA[Phoenix: "Did you hear about the man who inve..."]]></DisplayName>
      <Text Count="1" HasMarkup="1">
        <LocalizedString Lang=""><![CDATA[<html><head><style>#s0 {text-align:left;} #s1 {font-size:11pt;}
         </style></head><body><p id="s0"><span id="s1">Did you hear about the man who invented the knock-knock joke?
         </span></p></body></html>]]></LocalizedString>
Does anybody have any ideas about why this is happening?
Thank you so much for your help.

Oh! My stats!
Unity 2020.1.10f1
Adventure Creator 1.72.2
Dialogue System for Unity 2.2.12
User avatar
Tony Li
Posts: 21721
Joined: Thu Jul 18, 2013 1:27 pm

Re: Conversation in Articy XML file doesn't show up in Dialogue Database

Post by Tony Li »

Hi,

Is your dialogue fragment part of a dialogue?

In the Dialogue System, there are conversations and dialogue entries.

The equivalent in articy are dialogues and dialogue fragments.

The importer imports articy dialogues as Dialogue System conversations.
CodePrincess
Posts: 111
Joined: Thu Sep 27, 2018 11:06 pm

Re: Conversation in Articy XML file doesn't show up in Dialogue Database

Post by CodePrincess »

... And I stuffed it in a Flow Fragment. :lol:
Thank you very much Tony!

PS: It works now! :)
Last edited by CodePrincess on Tue Jan 12, 2021 11:01 pm, edited 1 time in total.
Thank you so much for your help.

Oh! My stats!
Unity 2020.1.10f1
Adventure Creator 1.72.2
Dialogue System for Unity 2.2.12
User avatar
Tony Li
Posts: 21721
Joined: Thu Jul 18, 2013 1:27 pm

Re: Conversation in Articy XML file doesn't show up in Dialogue Database

Post by Tony Li »

You're welcome! :-)
Post Reply