Finding unconnected nodes

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

Finding unconnected nodes

Post by fkkcloud »

Hello,

Is it possible to find only nodes that are not connected to anything?
So, I can clean up all the unconnected nodes properly before exporting all the nodes/conversations into CSV.

Thank you,
J
User avatar
Tony Li
Posts: 21962
Joined: Thu Jul 18, 2013 1:27 pm

Re: Finding unconnected nodes

Post by Tony Li »

Hi,

If you examine a conversation in the Dialogue Editor (Nodes mode), unconnected nodes will be red.

If you want to generate a text report of all orphan nodes, use
ReportOrphanNodesTool_2022-12-28.unitypackage (also available on the Extras page).
fkkcloud
Posts: 298
Joined: Mon Oct 05, 2020 6:00 am

Re: Finding unconnected nodes

Post by fkkcloud »

This works great- thank you :)
User avatar
Tony Li
Posts: 21962
Joined: Thu Jul 18, 2013 1:27 pm

Re: Finding unconnected nodes

Post by Tony Li »

Glad to help!
Post Reply