Browse Source

修改分析器,解除unity端Model代码限制

大爷 2 years ago
parent
commit
2bb2b784de
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Share/Analyzer/Config/AnalyzeAssembly.cs

+ 2 - 2
Share/Analyzer/Config/AnalyzeAssembly.cs

@@ -25,8 +25,8 @@
 
         public static readonly string[] AllModel =
         {
-            DotNetModel, UnityModel, 
-            UnityModelView, UnityModel, UnityModelCodes
+            DotNetModel/*, UnityModel, 
+            UnityModelView, UnityModel, UnityModelCodes*/
         };
 
         public static readonly string[] AllModelHotfix =