1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00

fix: connections will break after InsertDuplicateNodes and restarting unity editor

This commit is contained in:
MengFanye 2020-08-25 11:52:05 +08:00
parent 1fb94b2413
commit e81529001e

View File

@ -478,6 +478,7 @@ namespace XNodeEditor {
}
}
}
EditorUtility.SetDirty(graph);
// Select the new nodes
Selection.objects = newNodes;
}