Compare commits

...

3 Commits

Author SHA1 Message Date
何冠峰 dfa95b57b9 Update CHANGELOG.md 2025-02-14 10:03:39 +08:00
何冠峰 33a2cf66d0 Update CHANGELOG.md 2025-02-14 10:03:15 +08:00
何冠峰 5f52cf5b51 Update package.json 2025-02-14 10:03:09 +08:00
2 changed files with 34 additions and 1 deletions

View File

@ -2,6 +2,39 @@
All notable changes to this package will be documented in this file.
## [2.2.12] - 2025-02-14
### Improvements
- WebGL网页平台支持文件加密。
- 微信小游戏平台支持文件加密。
- 抖音小游戏平台支持文件加密。
### Fixed
- (#466) 修复了微信小游戏文件系统查询机制不生效!
- (#341) 修复了微信小游戏的下载进度异常问题。
- (#471) 修复了Unity2019,Unity2020平台上TableView视图无法显示的问题。
### Added
- 新增了ResourcePackage.UnloadAllAssetsAsync(UnloadAllAssetsOptions options)方法
```csharp
public sealed class UnloadAllAssetsOptions
{
/// <summary>
/// 释放所有资源句柄,防止卸载过程中触发完成回调!
/// </summary>
public bool ReleaseAllHandles = true;
/// <summary>
/// 卸载过程中锁定加载操作,防止新的任务请求!
/// </summary>
public bool LockLoadOperation = true;
}
```
## [2.2.11] - 2025-02-10
### Improvements

View File

@ -1,7 +1,7 @@
{
"name": "com.tuyoogame.yooasset",
"displayName": "YooAsset",
"version": "2.2.11",
"version": "2.2.12",
"unity": "2019.4",
"description": "unity3d resources management system.",
"author": {