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
Finding unconnected nodes
Re: Finding unconnected nodes
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).
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).
Re: Finding unconnected nodes
This works great- thank you
Re: Finding unconnected nodes
Glad to help!