Explorar o código

Sujith :) ->
1. Removed broken prefab reference

sujith hai 1 mes
pai
achega
cc8d6de0fc
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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);
         }