In my editor, I opened the database and noticed an issue. Dialogue ID 22 has two outgoing links that seem to be duplicates.
Code: Select all
outgoingLinks:
- originConversationID: 2
originDialogueID: 12
destinationConversationID: 2
destinationDialogueID: 15
isConnector: 0
priority: 0
- originConversationID: 2
originDialogueID: 22
destinationConversationID: 2
destinationDialogueID: 25
isConnector: 0
priority: 2
I fixed this by deleting the section of code I showed above and restarting unity. But I still have the whole database in text form with the problem if you want to see it.