Update CHANGELOG.md

pull/51/head 1.3.6
hevinci 2022-11-26 18:11:34 +08:00
parent 6ad4b91c60
commit 5aafed85ed
1 changed files with 25 additions and 0 deletions

View File

@ -2,6 +2,31 @@
All notable changes to this package will be documented in this file.
## [1.3.6] - 2022-11-26
全新的太空战机Demo !
### Fixed
- (#45)修复了package列表更新触发的异常。
### Added
- 新增了YooAssets.Destroy()资源系统销毁方法。
```C#
/// <summary>
/// 销毁资源系统
/// </summary>
public static void Destroy();
```
### Changed
- 优化了资源收集规则,原生文件打包名称现在已经包含文件后缀名。
- 优化了资源收集规则非原生文件收集器自动移除Unity无法识别的文件。
- 优化了调试信息窗口,列表元素的加载状态显示为文本。
## [1.3.5] - 2022-11-19
### Fixed