Problems with importing from Articy:Draft 3

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
misterX_228
Posts: 3
Joined: Sun Nov 24, 2024 9:26 am

Problems with importing from Articy:Draft 3

Post 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
User avatar
Tony Li
Posts: 23259
Joined: Thu Jul 18, 2013 1:27 pm

Re: Problems with importing from Articy:Draft 3

Post 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?
misterX_228
Posts: 3
Joined: Sun Nov 24, 2024 9:26 am

Re: Problems with importing from Articy:Draft 3

Post by misterX_228 »

I recorded a detailed video of my error. You can watch the video on YouTube: https://youtu.be/ewOsoVLKsDU?si=8nDb6FjqM4RAdM8z
Last edited by misterX_228 on Mon Nov 25, 2024 1:53 am, edited 1 time in total.
misterX_228
Posts: 3
Joined: Sun Nov 24, 2024 9:26 am

Re: Problems with importing from Articy:Draft 3

Post by misterX_228 »

I recorded a detailed video of my error. You can watch the video on YouTube: https://youtu.be/ewOsoVLKsDU?si=8nDb6FjqM4RAdM8z
User avatar
Tony Li
Posts: 23259
Joined: Thu Jul 18, 2013 1:27 pm

Re: Problems with importing from Articy:Draft 3

Post 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 1573 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 1573 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.
misterX_228
Posts: 3
Joined: Sun Nov 24, 2024 9:26 am

Re: Problems with importing from Articy:Draft 3

Post by misterX_228 »

Thank you!
User avatar
Tony Li
Posts: 23259
Joined: Thu Jul 18, 2013 1:27 pm

Re: Problems with importing from Articy:Draft 3

Post by Tony Li »

Glad to help!
Post Reply