Page 1 of 1

Can not delete dialogue nodes that are in empty Conversation ID

Posted: Wed Dec 28, 2022 2:44 am
by fkkcloud
Hello,

I am getting below errors when I try to import the exported CSV file for localization.
화면 캡처 2022-12-27 175906.png
화면 캡처 2022-12-27 175906.png (15.1 KiB) Viewed 190 times
It seems like its complaining about the empty Conversation ID which I can not find and remove in Unity GUI?
화면 캡처 2022-12-27 175933.png
화면 캡처 2022-12-27 175933.png (23.44 KiB) Viewed 190 times
How would I remove those invisible conversations?

Re: Can not delete dialogue nodes that are in empty Conversation ID

Posted: Wed Dec 28, 2022 7:38 am
by Tony Li
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.

Re: Can not delete dialogue nodes that are in empty Conversation ID

Posted: Wed Dec 28, 2022 6:46 pm
by fkkcloud
Hello,

"Menu > Outline" did the job! thank you :)

Re: Can not delete dialogue nodes that are in empty Conversation ID

Posted: Wed Dec 28, 2022 8:09 pm
by Tony Li
Glad to help!