Can not delete dialogue nodes that are in empty Conversation ID

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
fkkcloud
Posts: 298
Joined: Mon Oct 05, 2020 6:00 am

Can not delete dialogue nodes that are in empty Conversation ID

Post 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 187 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 187 times
How would I remove those invisible conversations?
User avatar
Tony Li
Posts: 21962
Joined: Thu Jul 18, 2013 1:27 pm

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

Post 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.
fkkcloud
Posts: 298
Joined: Mon Oct 05, 2020 6:00 am

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

Post by fkkcloud »

Hello,

"Menu > Outline" did the job! thank you :)
User avatar
Tony Li
Posts: 21962
Joined: Thu Jul 18, 2013 1:27 pm

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

Post by Tony Li »

Glad to help!
Post Reply