mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-29 20:48:47 +00:00
Update CHANGELOG.md
This commit is contained in:
@@ -2,6 +2,27 @@
|
|||||||
|
|
||||||
All notable changes to this package will be documented in this file.
|
All notable changes to this package will be documented in this file.
|
||||||
|
|
||||||
|
## [1.4.16] - 2023-06-14
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- 增加了自动分析冗余资源的开关
|
||||||
|
|
||||||
|
```c#
|
||||||
|
/// <summary>
|
||||||
|
/// 构建参数
|
||||||
|
/// </summary>
|
||||||
|
public class BuildParameters
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// 自动分析冗余资源
|
||||||
|
/// </summary>
|
||||||
|
public bool AutoAnalyzeRedundancy = true;
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
- 太空战机DEMO启用了新的内置资源查询机制。
|
||||||
|
|
||||||
## [1.4.15] - 2023-06-09
|
## [1.4.15] - 2023-06-09
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
Reference in New Issue
Block a user