Hello,
I am getting below errors when I try to import the exported CSV file for localization.
It seems like its complaining about the empty Conversation ID which I can not find and remove in Unity GUI?
How would I remove those invisible conversations?
Can not delete dialogue nodes that are in empty Conversation ID
Re: Can not delete dialogue nodes that are in empty Conversation ID
Hi,
You can remove the rows from the CSV file.
However, you will also want to remove the conversations from the dialogue database. In the Dialogue Editor's Conversations section, select Menu > Outline. This will show all of the conversations in a reorderable list. Select the conversations that don't have titles, and delete them or set their titles.
Also, back up your project and update to the latest Dialogue System version if you're not already on it. Newer Dialogue System versions shouldn't allow you to have blank titles.
You can remove the rows from the CSV file.
However, you will also want to remove the conversations from the dialogue database. In the Dialogue Editor's Conversations section, select Menu > Outline. This will show all of the conversations in a reorderable list. Select the conversations that don't have titles, and delete them or set their titles.
Also, back up your project and update to the latest Dialogue System version if you're not already on it. Newer Dialogue System versions shouldn't allow you to have blank titles.
Re: Can not delete dialogue nodes that are in empty Conversation ID
Hello,
"Menu > Outline" did the job! thank you
"Menu > Outline" did the job! thank you