BUG in ReadOutgoingLinks method in CSVConverterWindows.cs
Posted: Mon Aug 22, 2016 1:15 pm
Hi Tony
when i use the CSV Converter this dont care about the ConditionPriority of the link and only create a new one with the originConversationID, originDialogueID, destinationConversationID, destinationDialogueID.
the issue is in the line 455 of CSVConverterWindows.cs
you read the ConditionPriority but never is used, something like "link.priority = Enum.Parse (typeof(ConditionPriority), values [4]) as ConditionPriority;" will fix it
Thanks
when i use the CSV Converter this dont care about the ConditionPriority of the link and only create a new one with the originConversationID, originDialogueID, destinationConversationID, destinationDialogueID.
the issue is in the line 455 of CSVConverterWindows.cs
you read the ConditionPriority but never is used, something like "link.priority = Enum.Parse (typeof(ConditionPriority), values [4]) as ConditionPriority;" will fix it
Thanks