Commit Graph

54 Commits (256844ddf5f8bfa2bcaec1081faa061b0192b5a7)

Author SHA1 Message Date
hevinci 256844ddf5 Update AssetBundleCollector
打包资源忽略Gizmos资源文件。
2022-07-12 15:38:26 +08:00
axn777 5df26908fb 如果依赖的是运行时以外的,不打入 share AssetBundle包 2022-07-08 01:41:20 +08:00
hevinci 3bfca7d340 Update AssetBundleBuilder 2022-06-30 14:29:27 +08:00
hevinci 5c02bc2bee Update AssetBundleCollector
增加分组禁用功能。
2022-06-23 20:41:32 +08:00
huanghanzhi 93607ad62a 编辑器模式下打包执行成功后自动显示Bundle文件夹 2022-06-22 15:50:56 +08:00
hevinci b59fb0d811 Optimize share bundle pack logic
优化了共享资源的打包逻辑。
2022-06-17 12:05:14 +08:00
hevinci 33387e8d26 Update AssetBundleBuilder 2022-06-10 10:50:27 +08:00
hevinci a906a84721 Optimized the loading method of the setting file
优化了配置文件的加载方式和途径。
2022-05-22 00:39:22 +08:00
hevinci 2dd3ba847e Bundle build system adds builtin files copy options
资源构建增加内置文件拷贝的选项
2022-05-21 22:24:05 +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 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 c22c87e16b Update asset bundle reporter window
更新构建报告窗口:增加预览AssetBundle文件内容的功能。
2022-05-08 21:51:27 +08:00
hevinci 65875b66c2 Optimized the speed of simulate build 2022-05-06 20:09:36 +08:00
hevinci 2ab045658b Compatible with Unity2018
兼容Unity2018版本
2022-05-05 22:03:35 +08:00
hevinci c196cd84d3 Optimized the speed of simulate build.
优化了编辑器下模拟构建的速度。
2022-05-05 21:12:44 +08:00
hevinci eafdb8cd31 Update AssetBundleCollector
AssetBundleGrouper变更为AssetBundleCollector
2022-05-04 21:24:51 +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 3de44a416c YooAssetSetting folder search location
YooAssetSetting文件夹全路径搜索定位
2022-04-28 23:29:15 +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
hevinci 5484b604a7 Optimize class type search code
优化类型搜索方式,改为全域搜索类型。
2022-04-26 18:24:14 +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 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 ab3b958bd0 Update AssetBundleBuilder 2022-04-03 22:23:22 +08:00
hevinci 2b95a1eb9d Update AssetBundleBuilder 2022-04-02 18:33:50 +08:00
hevinci c454cbdfb8 Update AssetBundleBuilder 2022-04-02 15:20:41 +08:00
hevinci 9de27e790d Update AssetBundleBuilder 2022-04-02 15:12:08 +08:00
hevinci 144fe7d398 Update AssetBundleBuilder 2022-03-23 18:22:37 +08:00
hevinci a6c6da62d3 Update AssetBundleBuilder 2022-03-23 17:18:43 +08:00
hevinci fa0009685d Update AssetBundleBuilder 2022-03-21 14:46:43 +08:00
hevinci 7bd09080ef Update AssetBundleBuilder 2022-03-19 00:41:50 +08:00
hevinci 512093b0ba Update AssetBundleBuilder 2022-03-18 11:25:07 +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 a91f1bd020 Update AssetBundleBuilder 2022-03-16 17:35:21 +08:00