internal static void Save(IGroup group) { var assetPath = GetAssetPath(group.Id); var assetNew = (ScriptableObject)group.Clone(); AssetUtil.RefreshAssetAtPath(assetNew, assetPath); }