Skip to content

Commit

Permalink
Update CIHelper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wqaetly committed Jul 26, 2022
1 parent e48e5ec commit e336411
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Unity/Assets/Editor/CI/CIHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e336411

Please sign in to comment.