Пример #1
0
 private void RegenerateID(UniqueID uniqueID)
 {
     uniqueID.uid = UniqueID.GetUID();
     EditorUtility.SetDirty(uniqueID);
 }