Dialogues missing from picker

Thu 5. Jan 2017, 12:42

I've got a ConversationTrigger script with an ArticyRef on it:

Code: Select all
   [ArticyTypeConstraint(typeof(Dialogue))]
   public ArticyRef dialogue;


I have set up a couple of test dialogues with this before xmas. However, I'm now trying to set up a new test case and my first three dialogues are missing from the picker, even though they are listed in the Articy database tab, and the existing ConversationTrigger scripts still point at them. Any idea why?
User avatar
Winterblood
 
Posts: 20
Joined: Mon 14. Nov 2016, 12:48
Location: Cheshire, UK

Re: Dialogues missing from picker

Thu 5. Jan 2017, 18:20

Does these missing Dialogues have a template? Your current constraint says "Only Dialogues without a template", if you want all Dialogues no matter if they have a template or not, use the the base interface as the constraint type.

Code: Select all
  [ArticyTypeConstraint(typeof(IDialogue))]
   public ArticyRef dialogue;


Check this chapter for futher information.
Nico Probst
Senior Software Engineer | Articy | LinkedIn
User avatar
[Articy] Nico Probst
Articy Staff
Articy Staff
 
Posts: 217
Joined: Wed 23. Nov 2011, 09:45
Location: Bochum

Re: Dialogues missing from picker

Fri 6. Jan 2017, 01:56

Yes, that is exactly the problem. Thanks Nico!
User avatar
Winterblood
 
Posts: 20
Joined: Mon 14. Nov 2016, 12:48
Location: Cheshire, UK

Return to articy:draft Unity Importer

Who is online

Users browsing this forum: No registered users and 16 guests

Who We Are
Contact Us
Social Links