Commit Graph

820 Commits (b34374adfacad19cdf7a5866c7525aa1d2d3b4ab)

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 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 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
何冠峰 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
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 57ae9aa18c Update CHANGELOG.md 2022-04-18 15:51:40 +08:00
hevinci 08efcaf4c1 Update package.json 2022-04-18 15:51:38 +08:00
hevinci b221b8121a Update bundleInfo
修复原生文件拷贝目录不存导致的加载失败
完善原生文件异步加载接口
2022-04-18 15:08:39 +08:00
hevinci abb75fe858 Fixed a process error raised after the additional version of the patch manifest
修复资源清单附加版本之后引发的一个流程错误。
2022-04-18 09:58:44 +08:00
hevinci 4591d0b5f6 Check location param is invalid.
在编辑器下检测资源路径是否合法并警告。
2022-04-14 19:01:39 +08:00
hevinci b25f656372 Update package.json 2022-04-14 14:44:48 +08:00
hevinci cc1c8d6414 Update CHANGELOG.md 2022-04-14 14:44:44 +08:00
hevinci 99a3abf697 Resource location interface extension 2022-04-14 14:06:23 +08:00
hevinci 09a985fadb Resource location interface extension
资源定位接口扩展
2022-04-14 12:19:04 +08:00
hevinci eb6b6e3aba Fixed special case where the dependent bundle list contained the main bundle
修复了特殊情况下依赖的资源包列表里包含主资源包的问题
2022-04-13 17:00:14 +08:00
hevinci 89bde69417 Update AssetBundleBuilder
保留构建窗口界面的配置数据
2022-04-13 16:19:57 +08:00
hevinci ea28d3e6e1 Simplify the concept of resource version
简化资源版本概念
2022-04-12 19:15:44 +08:00
hevinci 9fbce6a726 offline play mode supports WebGL platform.
离线运行模式支持WEBGL平台。
2022-04-12 10:53:12 +08:00
hevinci 46467171ba Update AssetBundleDebugger
修复了AssetBundleDebugger窗口的BundleView视口下,Bundle列表内元素重复的问题。
修复了AssetBundleDebugger窗口的BundleView视口下,Using列表显示不完整的问题。
2022-04-09 14:30:46 +08:00
hevinci d2d6d2ad14 Update AssetBundleGrouper
优化了资源分组配置保存策略
2022-04-09 12:02:02 +08:00
hevinci f38d663e9d Update AssetSystem
实例化GameObject的时候,如果没有传递坐标和角度则使用默认值。
2022-04-08 19:10:00 +08:00
hevinci fb743ada63 Update CHANGELOG.md 2022-04-07 19:26:19 +08:00
hevinci a17e742218 Update package.json 2022-04-07 19:26:16 +08:00
hevinci d6b54dd49c Update AssetBundleTools
StreamingAssets目录下增加了用于存放打包资源的总文件夹
2022-04-07 19:18:33 +08:00
hevinci b7a20d4bdb Update AssetBundleTools
修复了资源分组在特殊情况下打包报错的问题
2022-04-07 19:15:24 +08:00
hevinci 28c22694ba Update AssetSystem
修复在资源加载完成回调内释放自身资源句柄时的异常报错。
2022-04-07 14:24:09 +08:00
hevinci d8b1396641 Update CHANGELOG.md 2022-04-07 10:28:59 +08:00
hevinci ef46b4365d Update LICENSE 2022-04-07 10:28:47 +08:00
hevinci 0d7c93ac55 Update EditorTools.cs
修复Assets目录下存在多个YooAsset同名文件夹时,工具窗口无法显示的问题。
修复通过Packages导入YooAsset,工具窗口无法显示的问题。
2022-04-07 10:17:42 +08:00
hevinci ca6b6899a5 Update package.json 2022-04-06 14:50:30 +08:00
hevinci 3ad05313d4 Update CHANGELOG.md 2022-04-05 16:11:08 +08:00
hevinci a1d68dc62c Update package.json 2022-04-05 16:06:21 +08:00
hevinci 7579734b1c Update README.md 2022-04-05 15:53:15 +08:00
hevinci 404edbf16f Update README.md 2022-04-05 15:51:33 +08:00
hevinci 32975175f6 Update CHANGELOG.md 2022-04-05 15:47:56 +08:00
hevinci bcd33c0f92 Create package 2022-04-05 15:47:48 +08:00
hevinci 61d8e9f8fb Update LICENSE 2022-04-04 23:45:02 +08:00
hevinci 1e835d8d34 Update README.md 2022-04-04 22:43:54 +08:00
hevinci 991fa5b250 Update YooAssets.cs 2022-04-04 22:43:47 +08:00
hevinci abdf2b859e Update YooAssetDriver.cs 2022-04-04 22:43:42 +08:00
hevinci f1615b4487 Update DownloadSystem 2022-04-04 22:43:37 +08:00
hevinci 5325e3a1e9 Update YooUtility.cs 2022-04-03 22:41:01 +08:00
hevinci cf78d5efeb Update AssetBundleDebugger 2022-04-03 22:23:53 +08:00
hevinci 4b41ee3847 Update AssetBundleGrouper 2022-04-03 22:23:41 +08:00
hevinci ab3b958bd0 Update AssetBundleBuilder 2022-04-03 22:23:22 +08:00
hevinci f711d7eca1 Update AssetBundleGrouper 2022-04-03 13:00:45 +08:00
hevinci f158b89474 Update Editor tools 2022-04-03 11:29:24 +08:00
hevinci f442444a0e Update AssetBundleReporter 2022-04-03 11:29:13 +08:00
hevinci 85bbdb7157 Update AssetBundleDebugger 2022-04-03 11:28:52 +08:00
hevinci eec5a35f5b Update EditorTools.cs 2022-04-02 18:34:49 +08:00
hevinci 528eccbd9e Update AssetBundleGrouper 2022-04-02 18:34:46 +08:00
hevinci 2b95a1eb9d Update AssetBundleBuilder 2022-04-02 18:33:50 +08:00
hevinci 2ab3046885 Update AssetBundleReporter 2022-04-02 15:20:53 +08:00
hevinci c454cbdfb8 Update AssetBundleBuilder 2022-04-02 15:20:41 +08:00
hevinci b8e2f33137 Update PatchSystem 2022-04-02 15:13:57 +08:00
hevinci 4d97a25456 Update EditorDefine.cs 2022-04-02 15:13:47 +08:00
hevinci 6e4494e82e Update ShaderVariantCollector 2022-04-02 15:13:44 +08:00
hevinci 144a2ffad8 Update AssetBundleGrouper 2022-04-02 15:13:25 +08:00
hevinci 1278d76f49 Update AssetBundleCollector
Remove files
2022-04-02 15:12:51 +08:00
hevinci 9de27e790d Update AssetBundleBuilder 2022-04-02 15:12:08 +08:00
hevinci b6c07cd956 Update AssetBundleDebugger 2022-03-31 10:51:43 +08:00
hevinci 9ca3dc5c0d Update AssetBundleReporter 2022-03-31 10:51:17 +08:00
hevinci 2d9cccae6f Update DownloadSystem 2022-03-29 19:45:20 +08:00
hevinci 32d422aeaa Update DownloadSystem 2022-03-29 18:14:04 +08:00
hevinci f5db280126 Update AssetBundleDebugger 2022-03-28 19:45:09 +08:00
hevinci ee5840dc63 Update AssetBundleReporter 2022-03-27 19:59:34 +08:00
hevinci 2d39b9ab2b Update AssetBundleDebugger 2022-03-27 19:59:23 +08:00
hevinci bcd53cf834 Update PatchSystem 2022-03-25 15:02:21 +08:00
hevinci e8a7be6957 Update AssetSystem 2022-03-24 21:34:18 +08:00
hevinci 44ac4ebb8f Update YooAssets 2022-03-24 00:20:37 +08:00
hevinci 9e19f776af Update OperationSystem 2022-03-24 00:20:29 +08:00
hevinci 4a3000b9c8 Update AssetBundleDebugger 2022-03-23 23:07:55 +08:00
hevinci 62b46c4180 Update Debugger 2022-03-23 23:07:35 +08:00
hevinci 2bbc70896a Update AssetSystem 2022-03-23 23:07:21 +08:00
hevinci b3fcbf85ff Update Utility 2022-03-23 18:23:15 +08:00
hevinci 75fc210218 Update Settings 2022-03-23 18:23:08 +08:00
hevinci ef8706e3e7 Update PatchSystem 2022-03-23 18:23:01 +08:00
hevinci 144fe7d398 Update AssetBundleBuilder 2022-03-23 18:22:37 +08:00
hevinci 322557e8e5 Update AssetBundleReporter 2022-03-23 17:19:30 +08:00
hevinci a6c6da62d3 Update AssetBundleBuilder 2022-03-23 17:18:43 +08:00
hevinci 6f6ecf845a Update AssetSystem 2022-03-23 14:58:13 +08:00
hevinci 829b4fca76 Update AssetSystem 2022-03-23 12:44:56 +08:00
hevinci 3e8b8123e1 Update YooAssets.cs 2022-03-23 00:29:23 +08:00
hevinci da8d050b67 Update AssetSystem 2022-03-23 00:29:19 +08:00
hevinci cdef1358e0 Update PatchSystem 2022-03-23 00:28:43 +08:00
hevinci 68430488b3 Update AssetSystem 2022-03-22 21:18:33 +08:00
hevinci 39c69b1d98 Update AssetSystem 2022-03-22 20:47:22 +08:00
hevinci 8373df547b Update AssetSystem 2022-03-22 20:15:59 +08:00
hevinci 2bf36ebd8b Update AssetSystem 2022-03-21 23:43:11 +08:00
hevinci fa0009685d Update AssetBundleBuilder 2022-03-21 14:46:43 +08:00
hevinci 73d1bc9eac Update YooAssetSetting 2022-03-21 14:45:20 +08:00
hevinci 3652f2af31 Update AssetBundleReporter 2022-03-19 00:42:44 +08:00
hevinci 473e52c5ba Update AssetBundleCollector 2022-03-19 00:42:20 +08:00
hevinci 7bd09080ef Update AssetBundleBuilder 2022-03-19 00:41:50 +08:00
hevinci 3689a39a47 Update AssetBundleReporter 2022-03-18 20:57:02 +08:00
hevinci 512093b0ba Update AssetBundleBuilder 2022-03-18 11:25:07 +08:00
hevinci 8ee06ccf76 Update AssetBundleReporter 2022-03-18 11:24:55 +08:00
hevinci 233e477bc8 Update AssetBundleBuilder 2022-03-17 21:52:08 +08:00
hevinci 7cb0394785 Update AssetBundleBuilder 2022-03-17 15:27:49 +08:00
hevinci feb9a22083 Update AssetBundleBuilder 2022-03-16 22:25:55 +08:00
hevinci 52413ff376 Update YooAssetSettings.cs 2022-03-16 22:22:55 +08:00
hevinci a91f1bd020 Update AssetBundleBuilder 2022-03-16 17:35:21 +08:00
hevinci 299f770692 Update AssetBundleBuilder 2022-03-16 11:33:45 +08:00
hevinci 6424a149bb Update AssetBundleCollector 2022-03-16 11:33:21 +08:00
hevinci fb1b20060b Update ShaderVariantCollector 2022-03-16 11:32:51 +08:00
hevinci 8fd39db9ce Update AssetBundleDebugger 2022-03-16 11:03:23 +08:00
hevinci d0dc6ba9c6 Update AssetBundleBrowser 2022-03-16 11:03:05 +08:00
hevinci 8597b97779 Update YooAsset 2022-03-16 11:02:46 +08:00
hevinci 7ded7eb2ff Update AssetBundleDebugger 2022-03-16 00:01:23 +08:00
hevinci f059aacbf8 Update AssetBundleBrowser 2022-03-16 00:01:09 +08:00
hevinci 6bd48845d2 Update EditorTools.cs 2022-03-16 00:00:28 +08:00
hevinci 857eb1d0bb Update AssetBundleDebugger 2022-03-15 22:30:57 +08:00
hevinci d190bc35b4 Update AssetBundleBrowser 2022-03-15 22:30:46 +08:00
hevinci 6c0fbdae1f Update YooAsset 2022-03-15 22:29:20 +08:00
hevinci 8583927c48 Update AssetBundleBrowser 2022-03-13 20:29:36 +08:00
hevinci 2f3ee6acd3 Update ShaderVariantCollector 2022-03-13 20:17:10 +08:00
hevinci 85fe1f2485 Update AssetBundleBrowser 2022-03-13 20:16:52 +08:00
hevinci fbef706388 Update YooAsset 2022-03-10 16:54:56 +08:00
hevinci 2e902b701c Update CHANGELOG 2022-03-10 10:19:49 +08:00
hevinci afd638a6ad Update LICENSE 2022-03-10 10:19:39 +08:00
hevinci 127ce13735 Update README 2022-03-10 10:19:27 +08:00
hevinci a00924bb54 Update YooAsset 2022-03-09 23:57:04 +08:00
hevinci 1c7b90806c Update YooAsset 2022-03-09 21:53:01 +08:00
hevinci 33ad0713fe Update YooAssets 2022-03-07 21:20:58 +08:00
hevinci 050c962587 Update patch system 2022-03-07 20:13:39 +08:00
hevinci 51aeb8b563 Update YooAssets 2022-03-07 14:37:50 +08:00
hevinci 3d1c4fdc87 Update patch system 2022-03-07 14:37:38 +08:00
hevinci 0c52a1e34a Update YooAssets 2022-03-05 20:11:05 +08:00
hevinci d063eb3d36 Update YooAssets 2022-03-03 18:07:58 +08:00
hevinci d6cd836e86 Update asset system 2022-03-03 18:07:42 +08:00
hevinci 8521bbaaf7 Update patch system 2022-03-03 18:07:20 +08:00
hevinci e66853fd46 Initial commit 2022-03-01 10:44:12 +08:00