From e336411dfa954fc79a1ff475aa58a1b760a2aeb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NKG=E4=B8=B6MadLife?= <1778139321@qq.com> Date: Tue, 26 Jul 2022 23:09:45 +0800 Subject: [PATCH] Update CIHelper.cs --- Unity/Assets/Editor/CI/CIHelper.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Unity/Assets/Editor/CI/CIHelper.cs b/Unity/Assets/Editor/CI/CIHelper.cs index 92cde91f5ea..a407d1efbea 100644 --- a/Unity/Assets/Editor/CI/CIHelper.cs +++ b/Unity/Assets/Editor/CI/CIHelper.cs @@ -79,6 +79,8 @@ public static void CollectSVC() Debug.Log($"ShaderCount : {collection.shaderCount}"); Debug.Log($"VariantCount : {collection.variantCount}"); } + + EditorApplication.Exit(0); }; ShaderVariantCollector.Run(ShaderVariantCollectorSettingData.Setting.SavePath);