Commit Graph

295 Commits (3693f1ea98602de2437949941d4caeb83aceb830)

Author SHA1 Message Date
hevinci 3693f1ea98 Update AssetInfo.cs
Add Address filed.
2022-06-20 10:18:51 +08:00
hevinci b59fb0d811 Optimize share bundle pack logic
优化了共享资源的打包逻辑。
2022-06-17 12:05:14 +08:00
hevinci 0b1990f040 Yooasset add destroy methods
增加销毁机制
2022-06-15 18:14:04 +08:00
hevinci 8deb239450 Update remote debugger
Support remote mobie device debugging
2022-06-15 16:52:54 +08:00
hevinci 33387e8d26 Update AssetBundleBuilder 2022-06-10 10:50:27 +08:00
hevinci 9d4656a1f2 Update EditorHelper.cs 2022-06-09 16:09:35 +08:00
hevinci 9c49d8d54a Update manifest operation add FoundNewManifest filed.
补丁清单更新操作,增加了查询发现了新的清单的字段。
2022-05-27 15:17:10 +08:00
hevinci 4ee6b3cdc2 Update CHANGELOG.md 2022-05-22 15:14:27 +08:00
hevinci d5636a71b1 Update package.json 2022-05-22 15:08:45 +08:00
hevinci b1ca47fc14 Update EditorHelper.cs 2022-05-22 15:03:40 +08:00
hevinci ddb35620cb Update document 2022-05-22 00:40:15 +08:00
hevinci a906a84721 Optimized the loading method of the setting file
优化了配置文件的加载方式和途径。
2022-05-22 00:39:22 +08:00
hevinci d43d30f72f The collector window supports undo operations
资源收集界面支持撤销操作
2022-05-21 23:41:58 +08:00
hevinci e9841a65c6 Added pause method and resume method to patch downloader
补丁下载器增加暂停方法和恢复方法
2022-05-21 22:36:06 +08:00
hevinci 2dd3ba847e Bundle build system adds builtin files copy options
资源构建增加内置文件拷贝的选项
2022-05-21 22:24:05 +08:00
hevinci 0dcbe0574c Fixed load sprite issues in editor simulate mode
修复加载精灵图片失败的问题在编辑器模拟模式下。
2022-05-16 20:16:10 +08:00
hevinci d01dce438c Fixed window opening issues
修复了资源收集配置存在多个的时候,导致后续无法打开窗口的问题。
2022-05-16 15:48:23 +08:00
hevinci 76929cc015 Update CHANGELOG.md 2022-05-14 12:47:16 +08:00
hevinci cde0f4bcd8 Update package.json 2022-05-14 12:47:12 +08:00
hevinci 8dc0560537 Optimized the loading method of the setting file
优化了配置文件的加载方式和途径。
2022-05-13 23:53:19 +08:00
hevinci a054740de6 Optimize assetbundle build parameters
优化了资源包的构建参数:始终开启DisableLoadAssetByFileName
2022-05-13 21:58:23 +08:00
hevinci 029b850d6b Update asset system
新增获取所有子资源对象的方法。
2022-05-13 14:57:49 +08:00
hevinci 8260653eae Merge branch 'main' of https://github.com/tuyoogame/YooAsset 2022-05-13 14:29:36 +08:00
hevinci bd7b9b5c44 Update README.md 2022-05-13 14:29:28 +08:00
hevinci 8f33a391f8 Update document 2022-05-13 14:29:22 +08:00
何冠峰 2f9d3a9f11
Merge pull request #11 from jiangguilong2000/main
feat(AssetSystem): 获取图集下所有的精灵对象集合
2022-05-13 14:23:23 +08:00
Allen Jiang 316294f449 feat(AssetSystem): 获取图集下所有的精灵对象集合 2022-05-13 14:08:36 +08:00
hevinci 09fac3bd64 Add warning when asset path is invalid. 2022-05-12 23:13:21 +08:00
hevinci 2da81212b4 Update document 2022-05-12 12:37:48 +08:00
hevinci 4cad587609 Optimized asset system and patch system framework
优化了资源定位不正确导致的错误报告方式。
YooAssets.ProcessOperation()重命名为YooAssets.StartOperation()
YooAssets.GetBundleInfo()已经移除方法。
YooAssets.IsNeedDownloadFromRemote()新增加方法。
2022-05-11 16:48:17 +08:00
hevinci 67eeae31c7 Update patch manifest
更新资源清单:资源对象增加分类标签。
2022-05-11 16:23:31 +08:00
hevinci ae465a47a9 Simulate build use default build version.
模拟构建模式使用一个默认的资源版本号。
2022-05-11 16:13:51 +08:00
hevinci 23b59f6ad6 Update document 2022-05-09 22:14:49 +08:00
hevinci 09e3483e0a Update README.md 2022-05-09 22:13:20 +08:00
hevinci b3f4e9ae6e Update document 2022-05-09 22:13:14 +08:00
hevinci 79efe6237d Update asset system 2022-05-09 21:18:15 +08:00
hevinci bf0f479234 Update download system 2022-05-09 18:44:49 +08:00
hevinci ece1dab28b Update README.md 2022-05-08 22:21:17 +08:00
hevinci b913b5c20c Update document 2022-05-08 22:21:13 +08:00
hevinci 366cf3c792 Update CHANGELOG.md 2022-05-08 22:18:33 +08:00
hevinci 21ccd4d29f Update package.json 2022-05-08 22:17:57 +08:00
hevinci b8ba4219cd Update YooAssets.cs 2022-05-08 22:09:44 +08:00
hevinci 43da6847ba Merge branch 'main' of https://github.com/tuyoogame/YooAsset 2022-05-08 21:51:35 +08:00
hevinci c22c87e16b Update asset bundle reporter window
更新构建报告窗口:增加预览AssetBundle文件内容的功能。
2022-05-08 21:51:27 +08:00
何冠峰 4551dabb39
Merge pull request #9 from LiuOcean/main
Add AsyncOperationBaseExtensions UniTask Support
2022-05-08 19:32:27 +08:00
L 774ad0e5ef Add AsyncOperationBaseExtensions UniTask Support 2022-05-08 11:04:55 +08:00
hevinci bd87e982ef Add progress of async operation
异步操作类增加进度查询。
2022-05-07 20:30:16 +08:00
hevinci ecd4973948 Update editor simulate mode parameters
更新编辑器下模拟模式的初始化参数类
2022-05-07 19:20:52 +08:00
hevinci 6dd1eee6c3 Remove LoadAllAssets method.
移除YooAssets.LoadAllAssets方法。
2022-05-07 18:45:15 +08:00
hevinci 42703def02 Add process operation method.
增加开启异步操作的方法。
2022-05-07 18:23:00 +08:00