Why can't I delete this link?
Posted: Tue May 28, 2019 8:20 pm
I'm in the conversation editor and there's a link I can't delete. After I delete it, it's still there. Here's a gif showing it happening. There's no log produced, so I don't know how to provide more information to help troubleshoot.
In my editor, I opened the database and noticed an issue. Dialogue ID 22 has two outgoing links that seem to be duplicates.
I'd upload my whole database, but your attachments don't allow txt files.
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.
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.