Commit Graph

88 Commits (cb48c672bdb6f42cd44e969795254cd2eb72eaba)

Author SHA1 Message Date
hevinci cb48c672bd Added version info to the collector xml config
资源收集配表增加版本信息。
2022-05-05 11:25:34 +08:00
hevinci 713073203c Fixed asset bundle collector config error
修复了资源收集器导出配置文件时没有导出公共设置。
2022-05-04 21:38:16 +08:00
hevinci eafdb8cd31 Update AssetBundleCollector
AssetBundleGrouper变更为AssetBundleCollector
2022-05-04 21:24:51 +08:00
hevinci d592fb96a6 Optimize collector window jank problem
优化了资源收集窗体卡顿问题。
2022-05-04 19:47:01 +08:00
hevinci f34078a604 The report window supports sorting
报告浏览窗口支持排序
2022-05-03 22:12:59 +08:00
hevinci 665a16fe60 Support fast build mode.
支持快速构建模式,真实的实现EditorPlayMode的运行时环境。
2022-05-02 23:15:09 +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 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 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
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
hevinci cbf142dbf8 Fixed editor window display exception at unity2021
修复工具界面显示异常在Unity2021版本下。
2022-04-24 13:11:19 +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 533f96361a Update AssetBundleWindow
修复了非主动收集的着色器没有打进统一的着色器资源包的问题。
修复了单个收集的资源对象没有设置依赖资源列表的问题。
资源打包的过滤文件列表增加cginc格式。
2022-04-18 19:48:37 +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 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 0d7c93ac55 Update EditorTools.cs
修复Assets目录下存在多个YooAsset同名文件夹时,工具窗口无法显示的问题。
修复通过Packages导入YooAsset,工具窗口无法显示的问题。
2022-04-07 10:17:42 +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 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