From f70582af1aec4c68864337b020467eb3ef7e4acf Mon Sep 17 00:00:00 2001 From: hevinci Date: Wed, 14 Jun 2023 19:23:02 +0800 Subject: [PATCH] Update CHANGELOG.md --- Assets/YooAsset/CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Assets/YooAsset/CHANGELOG.md b/Assets/YooAsset/CHANGELOG.md index fbea1fc..8fc6ba6 100644 --- a/Assets/YooAsset/CHANGELOG.md +++ b/Assets/YooAsset/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this package will be documented in this file. +## [1.4.16] - 2023-06-14 + +### Changed + +- 增加了自动分析冗余资源的开关 + + ```c# + /// + /// 构建参数 + /// + public class BuildParameters + { + /// + /// 自动分析冗余资源 + /// + public bool AutoAnalyzeRedundancy = true; + } + ``` + +- 太空战机DEMO启用了新的内置资源查询机制。 + ## [1.4.15] - 2023-06-09 ### Fixed