Browse Source

Sujith :) ->
1. Removed broken prefab reference

sujith 1 tháng trước cách đây
mục cha
commit
cc8d6de0fc
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      Assets/GitMerge/Editor/GitMergeWindow.cs

+ 3 - 3
Assets/GitMerge/Editor/GitMergeWindow.cs

@@ -253,9 +253,9 @@ namespace GitMerge
         {
             var assetType = asset.GetType();
             return assetType == typeof(GameObject) ||
-#if UNITY_2022_3_OR_NEWER
-                   assetType == typeof(BrokenPrefabAsset) ||
-#endif
+// #if UNITY_2022_3_OR_NEWER
+//                    assetType == typeof(BrokenPrefabAsset) ||
+// #endif
                    assetType == typeof(DefaultAsset);
         }