Commit Graph

875 Commits (d5d1f851abb714d37d2448fdd0aef544ddbefd27)

Author SHA1 Message Date
hevinci 8d02406211 Update AssetSystem 2022-05-02 17:54:55 +08:00
hevinci 873d873194 Add clear unused cache files method.
增加清空缓存文件的方法。
2022-05-02 15:03:36 +08:00
hevinci 2c9819762a Update package update method 2022-05-01 20:43:00 +08:00
hevinci ce70eebda6 Add package update method
新增指定资源版本的资源更新下载方法。
2022-05-01 20:33:50 +08:00
hevinci 47af58bb5b Patch DownLoader added a method to download all resources.
补丁下载器新增下载全部资源的方法。
2022-05-01 15:26:48 +08:00
hevinci b0397981ce Delete the file whose verification failed
初始化的时候,删除验证失败的资源文件。
2022-05-01 14:47:59 +08:00
hevinci 650d8689ee Optimize packaging bundle core logic
优化了打包的核心逻辑,支持设置依赖资源收集器。
2022-04-30 23:14:20 +08:00
hevinci b443a1c308 Optimize packaging bundle core logic
优化了打包的核心逻辑,对依赖资源进行自动划分。
2022-04-30 19:10:52 +08:00
hevinci b1bb79bd95 Update README.md 2022-04-29 18:31:24 +08:00
hevinci 7ca1ebac79 Update document 2022-04-29 18:31:22 +08:00
hevinci f8036782e4 BundleInfo Adds the InCloud method
BundleInfo增加资源包文件是否在云端的查询接口
2022-04-29 16:42:53 +08:00
hevinci ca7b42981b Fixed operation system error
修复异步操作系统的Task二次等待失败的问题。
2022-04-29 11:14:21 +08:00
hevinci c6440c9312 Update AssetBundleGrouper 2022-04-29 10:46:38 +08:00
hevinci 3de44a416c YooAssetSetting folder search location
YooAssetSetting文件夹全路径搜索定位
2022-04-28 23:29:15 +08:00
hevinci 62f1c050ca Rename LoadRawFileAsync to GetRawFileAsync
LoadRawFileAsync 方法重新命名为GetRawFileAsync
2022-04-28 22:49:55 +08:00
hevinci 6070e619da Update editor window 2022-04-28 22:45:28 +08:00
hevinci 636fbed7f2 Add new pack rule
增加一个新的打包规则:收集器目录下顶级文件夹收集器
2022-04-28 22:16:34 +08:00
hevinci d354db382c Update document 2022-04-28 19:25:14 +08:00
hevinci 501765eaa7 Update ShaderVariantCollector
着色器变种收集工具支持配置缓存
2022-04-28 18:32:10 +08:00
hevinci 9f1eaf4a62 Update adressable location 2022-04-28 18:28:46 +08:00
何冠峰 a4b098084d
Merge pull request #7 from LiuOcean/main
后续打开的窗口会自动找到 YooAsset 已存在的 Window Dock
2022-04-28 17:43:59 +08:00
hevinci 2cb006f3d9 Support addressable location
支持可寻址资源定位
2022-04-28 17:23:31 +08:00
hevinci 775c724840 Update AssetBundleBuilder
AssetBundleBuilder界面增加演练构建选项。
构建文件名增加版本信息。
2022-04-27 11:02:30 +08:00
hevinci 15dc047488 Update CHANGELOG.md 2022-04-26 21:24:12 +08:00
hevinci 91b25400dc Update package.json 2022-04-26 21:24:03 +08:00
L 9b3839ac0b Merge branch 'main' of ssh://github.com/LiuOcean/YooAsset 2022-04-26 19:41:12 +08:00
L ff74dcdd8b All YooAsset Window Auto Dock 2022-04-26 19:41:06 +08:00
hevinci d316c5000a Merge branch 'main' of https://github.com/tuyoogame/YooAsset 2022-04-26 19:14:25 +08:00
hevinci d8692c836f Update document 2022-04-26 19:14:22 +08:00
何冠峰 0a4a3d8f2e
Merge pull request #6 from LiuOcean/main
Add Group Window Undo Redo
2022-04-26 19:13:04 +08:00
hevinci 5484b604a7 Optimize class type search code
优化类型搜索方式,改为全域搜索类型。
2022-04-26 18:24:14 +08:00
L 66c3c4862a Add Group Window Undo Redo 2022-04-26 12:48:24 +08:00
何冠峰 e9d31bbf94
Merge pull request #5 from LiuOcean/main
Add UniTask Support
2022-04-26 10:15:02 +08:00
L 55bcd502e2 Add UniTask Support 2022-04-25 15:35:11 +08:00
hevinci 9bf22f2c79 Operation handles support error queries
操作句柄支持错误信息查询。
2022-04-24 18:30:35 +08:00
hevinci cbf142dbf8 Fixed editor window display exception at unity2021
修复工具界面显示异常在Unity2021版本下。
2022-04-24 13:11:19 +08:00
hevinci a6e94acefb Update AssemblyInfo.cs 2022-04-24 11:16:38 +08:00
hevinci 469d73d641 Update CHANGELOG.md 2022-04-22 18:16:31 +08:00
hevinci 0d521c68bd Update package.json 2022-04-22 18:16:25 +08:00
hevinci cd62c1dd9a Update AssetSystem 2022-04-22 16:43:09 +08:00
hevinci e6422445a6 Added debugging information
新增调试信息,出生场景和出生时间。
2022-04-22 16:22:09 +08:00
hevinci 7683746032 Support do a dry run build.
支持演练构建模式。
2022-04-22 15:14:37 +08:00
hevinci a25fd19bcc Fixed an issue with task asyn loading waiting 2022-04-21 21:55:48 +08:00
hevinci 6675e8f171 Fixed an issue with task asyn loading waiting 2022-04-21 21:39:00 +08:00
hevinci c836dce54d Fixed an issue with task asyn loading waiting
修复Task异步加载一直等待的问题。
2022-04-21 21:27:53 +08:00
hevinci f3ab8f63e7 Optimize the scene unload logic.
优化场景卸载逻辑,在加载新的主场景的时候自动卸载已经加载的所有场景。
2022-04-21 21:11:11 +08:00
hevinci 20d2c517b2 Optimized raw file load logic
优化原生文件加载逻辑,支持离线运行模式和编辑器运行模式。
2022-04-21 16:16:40 +08:00
hevinci d6a2b31d5c Add editor extend properties
增加编辑器扩展的支持
2022-04-19 10:11:24 +08:00
hevinci 533f96361a Update AssetBundleWindow
修复了非主动收集的着色器没有打进统一的着色器资源包的问题。
修复了单个收集的资源对象没有设置依赖资源列表的问题。
资源打包的过滤文件列表增加cginc格式。
2022-04-18 19:48:37 +08:00
hevinci 09807901c0 Update README.md 2022-04-18 16:01:48 +08:00