mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-30 13:38:46 +00:00
Update CHANGELOG.md
This commit is contained in:
@@ -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.4.11] - 2023-04-14
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- (#97)修复了着色器变种收集配置无法保存的问题。
|
||||||
|
- (#83)修复了资源收集界面Package列表没有实时刷新的问题。
|
||||||
|
- (#48)优化了场景卸载机制,在切换场景的时候不在主动卸载资源。
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- 增加了扩展属性
|
||||||
|
|
||||||
|
```c#
|
||||||
|
[assembly: InternalsVisibleTo("YooAsset.EditorExtension")]
|
||||||
|
[assembly: InternalsVisibleTo("YooAsset.RuntimeExtension")]
|
||||||
|
```
|
||||||
|
|
||||||
## [1.4.10] - 2023-04-08
|
## [1.4.10] - 2023-04-08
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
Reference in New Issue
Block a user