parent
0d521c68bd
commit
469d73d641
|
@ -2,6 +2,23 @@
|
||||||
|
|
||||||
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.0.5] - 2022-04-22
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- 修复了非主动收集的着色器没有打进统一的着色器资源包的问题。
|
||||||
|
- 修复了单个收集的资源对象没有设置依赖资源列表的问题。
|
||||||
|
- 修复Task异步加载一直等待的问题。
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- 资源打包的过滤文件列表增加cginc格式。
|
||||||
|
- 增加编辑器扩展的支持,第三方实现YooAsset插件。
|
||||||
|
- 优化原生文件加载逻辑,支持离线运行模式和编辑器运行模式。
|
||||||
|
- 优化场景卸载逻辑,在加载新的主场景的时候自动卸载已经加载的所有场景。
|
||||||
|
- 支持演练构建模式,在不生成资源包的情况下快速构建查看结果。
|
||||||
|
- 新增调试信息,出生场景和出生时间。
|
||||||
|
|
||||||
## [1.0.4] - 2022-04-18
|
## [1.0.4] - 2022-04-18
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
Loading…
Reference in New Issue