BUG in ReadOutgoingLinks method in CSVConverterWindows.cs

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
alfonso
Posts: 104
Joined: Mon Jul 13, 2015 6:31 am

BUG in ReadOutgoingLinks method in CSVConverterWindows.cs

Post by alfonso »

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

Re: BUG in ReadOutgoingLinks method in CSVConverterWindows.cs

Post by Tony Li »

Thanks, Alfonso! I'll include the fix in the next release!
User avatar
Tony Li
Posts: 22107
Joined: Thu Jul 18, 2013 1:27 pm

Re: BUG in ReadOutgoingLinks method in CSVConverterWindows.cs

Post by Tony Li »

Thanks again for reporting this oversight. A patch on the customer download site has a fix now.
alfonso
Posts: 104
Joined: Mon Jul 13, 2015 6:31 am

Re: BUG in ReadOutgoingLinks method in CSVConverterWindows.cs

Post by alfonso »

you are welcome Tony :D
Post Reply