1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 09:16:01 +08:00

fix: connections will break after InsertDuplicateNodes and restarting unity editor (#290)

This commit is contained in:
Meng Fanye 2020-08-25 15:54:23 +08:00 committed by GitHub
parent 1fb94b2413
commit e2a0037b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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