private void RegenerateID(UniqueID uniqueID)
 {
     uniqueID.uid = UniqueID.GetUID();
     EditorUtility.SetDirty(uniqueID);
 }