Page 1 of 1

Problems with importing from Articy:Draft 3

Posted: Sun Nov 24, 2024 9:45 am
by misterX_228
Hi everyone!
I'm facing a problem when importing files from Articy:Draft 3 into Unity. I export everything as shown in the video using XML format (for Dialogue System for Unity 2.x articy:draft Import), then import into the engine.

However, I can only see the characters, and the dialogs are not displayed. I can't figure out what I'm doing wrong.

I've attached screenshots of the settings and results just in case. I hope for your help!

Image
Image
Image
Image
Image
Image

Re: Problems with importing from Articy:Draft 3

Posted: Sun Nov 24, 2024 2:54 pm
by Tony Li
Hi,

I'm getting no response from ibb.co.com, such as https://ibb.co.com/2Zb5nV7

Are there any errors or warnings in the Console window when you import?

Did you expand the Dialogues foldout and specify which dialogues to import?

Would you please attach a screenshot of your Articy Import window?

Re: Problems with importing from Articy:Draft 3

Posted: Mon Nov 25, 2024 1:52 am
by misterX_228
I recorded a detailed video of my error. You can watch the video on YouTube: https://youtu.be/ewOsoVLKsDU?si=8nDb6FjqM4RAdM8z

Re: Problems with importing from Articy:Draft 3

Posted: Mon Nov 25, 2024 1:53 am
by misterX_228
I recorded a detailed video of my error. You can watch the video on YouTube: https://youtu.be/ewOsoVLKsDU?si=8nDb6FjqM4RAdM8z

Re: Problems with importing from Articy:Draft 3

Posted: Mon Nov 25, 2024 8:24 am
by Tony Li
Hi,

The Dialogues foldout is empty, indicating that the importer did not find any Dialogues in the XML file:

emptyDialogues.png
emptyDialogues.png (46.91 KiB) Viewed 1577 times

If you change the Flow Fragment to a Dialogue, you should be able to import the XML file:

useDialogue.png
useDialogue.png (183.84 KiB) Viewed 1577 times

Flow Fragments are allowed, but a conversation requires at least one Dialogue. It's valid for a Dialogue to be a child of a Flow Fragment, and it's also valid for a Flow Fragment to be a child of a Dialogue. But in order for the importer to recognize it as a conversation there must be a Dialogue node.

Re: Problems with importing from Articy:Draft 3

Posted: Tue Nov 26, 2024 11:02 am
by misterX_228
Thank you!

Re: Problems with importing from Articy:Draft 3

Posted: Tue Nov 26, 2024 11:28 am
by Tony Li
Glad to help!