Create Dialogue

I have updated from 2020.1.7 to 2020.1.9f and now when I create a new dialogue it creates 189 children. I added a clear
if (nodes.Count == 0)
{
nodes.Clear();
CreateNode(null);
}
But when I save it goes back to 189
I tried deleting SourceAssetDB
Does yours work in 2020.1.9f or Have I done DialogueModificationProcessor

I have just downloaded your git hub version and pulled it in to 2020.1.9 and it works. I must have a bug in my code somewhere.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms