何冠峰
|
96f95bbd99
|
Merge pull request #21 from axn777/branch_share_ignore
如果依赖的是运行时以外的,不打入 share AssetBundle包
|
2022-07-12 15:00:56 +08:00 |
NKG丶MadLife
|
0d69d779f6
|
fix:修复ShaderVariantCollection刷新不及时问题
|
2022-07-10 22:12:09 +08:00 |
axn777
|
5df26908fb
|
如果依赖的是运行时以外的,不打入 share AssetBundle包
|
2022-07-08 01:41:20 +08:00 |
hevinci
|
fb5e289de0
|
Update patch system
优化代码逻辑结构
|
2022-07-07 19:10:44 +08:00 |
hevinci
|
b238759f61
|
Update CHANGELOG.md
|
2022-07-07 10:13:39 +08:00 |
hevinci
|
2bb0d18891
|
Update package.json
|
2022-07-07 10:13:20 +08:00 |
hevinci
|
7d5b6504f4
|
Update YooAssets.cs
检测原生文件加载方法,预防传入无效文件。
|
2022-07-05 20:07:32 +08:00 |
何冠峰
|
63f90e1537
|
Merge pull request #19 from LiuOcean/main
Fix Unity 2020 IL2Cpp UniTask Bug
|
2022-07-02 15:28:12 +08:00 |
何冠峰
|
65b43feb38
|
Merge pull request #18 from Y-way/typo
拼写错误
|
2022-07-02 15:27:59 +08:00 |
L
|
4f00a19344
|
Fix Unity 2020 IL2Cpp UniTask Bug
|
2022-07-02 12:33:59 +08:00 |
hevinci
|
3bfca7d340
|
Update AssetBundleBuilder
|
2022-06-30 14:29:27 +08:00 |
Y-way
|
8538d0de28
|
拼写错误
|
2022-06-30 14:09:07 +08:00 |
hevinci
|
5425e17d6f
|
Update AssetOperationHandle.cs
|
2022-06-30 12:12:44 +08:00 |
何冠峰
|
bb3065d08d
|
Merge pull request #17 from Y-way/OptimizeAssetOperationHandle
AssetOperationHandle类新增便捷方法,便于链式编程
|
2022-06-30 12:03:57 +08:00 |
hevinci
|
556b23b488
|
Update OperationHandleBase.cs
|
2022-06-29 12:41:06 +08:00 |
hevinci
|
5b0c189d75
|
Update InitializationOperation.cs
|
2022-06-29 11:59:39 +08:00 |
hevinci
|
9ac07e94d1
|
Update UpdateManifestOperation
增加在弱联网环境下的更新支持
|
2022-06-28 20:13:32 +08:00 |
Y-way
|
fee6e8f4dd
|
增加失败提示
|
2022-06-28 19:45:37 +08:00 |
Y-way
|
1e39b1af6d
|
AssetOperationHandle类新增便捷方法,便于链式编程
TextAsset asset;
YooAssets.LoadAssetAsync<TextAsset>(name).WaitForAsyncOperationComplete().GetAssetObjet<TextAsset>(out asset).Release();
YooAssets.LoadAssetAsync<TextAsset>(name).Completed += handler => {
handler.GetAssetObjet(out asset).Release();
};
|
2022-06-28 19:17:47 +08:00 |
hevinci
|
32ce99949b
|
Update AssetBundleDebugger
完善调试器窗口,增加帧数控制。
|
2022-06-25 17:56:49 +08:00 |
hevinci
|
fbb9bff3c7
|
Remove AutoReleaseGameObjectHandle param.
移除自动释放资源对象句柄的功能。
|
2022-06-25 12:09:20 +08:00 |
hevinci
|
6471b237ce
|
Update Patch System
离线模式移除资内置资源解压功能。
|
2022-06-25 11:42:50 +08:00 |
hevinci
|
6d26276352
|
Update AssetBundleDebuggerWindow.cs
修复了AssetView和BundleView切换失败的问题。
|
2022-06-24 17:03:27 +08:00 |
hevinci
|
bdca693413
|
Update CHANGELOG.md
|
2022-06-23 21:48:09 +08:00 |
hevinci
|
a2d30ca99a
|
Update package.json
|
2022-06-23 21:44:32 +08:00 |
hevinci
|
5c02bc2bee
|
Update AssetBundleCollector
增加分组禁用功能。
|
2022-06-23 20:41:32 +08:00 |
何冠峰
|
00ffd55fef
|
Merge pull request #15 from JourneyHans/main
编辑器模式下打包执行成功后自动显示Bundle文件夹
|
2022-06-23 16:08:11 +08:00 |
hevinci
|
32148821a1
|
Add AutoReleaseGameObjectHandle initialize parameters
支持自动释放游戏对象句柄的功能。
|
2022-06-23 16:02:53 +08:00 |
hevinci
|
60f6483a86
|
Update AssetBundleCollector window
修复StaticAssetCollector无法预览Main Assets列表的问题。
|
2022-06-23 14:07:12 +08:00 |
hevinci
|
9b80300f19
|
Update DefaultFilterRule.cs
|
2022-06-23 13:58:47 +08:00 |
hevinci
|
8f02bfa3a6
|
Update DefaultFilterRule.cs
修复了精灵过滤器无效的问题。
|
2022-06-23 13:46:31 +08:00 |
huanghanzhi
|
93607ad62a
|
编辑器模式下打包执行成功后自动显示Bundle文件夹
|
2022-06-22 15:50:56 +08:00 |
hevinci
|
3cbf891674
|
Add GetAssetPath method.
增加YooAssets.GetAssetPath方法
|
2022-06-21 17:21:37 +08:00 |
hevinci
|
00688a65af
|
Add VerifyLevel filed.
增加了下载文件校验等级初始化参数。
|
2022-06-21 16:04:59 +08:00 |
hevinci
|
c0099cb90c
|
Update RawFileOperation.cs
优化原生文件加载逻辑
|
2022-06-21 14:08:02 +08:00 |
hevinci
|
43248408fc
|
Update DownloaderOperation.cs
Add OnStartDownloadFileCallback filed.
Change OnDownloadFileFailedCallback to OnDownloadErrorCallback.
|
2022-06-21 10:40:16 +08:00 |
hevinci
|
d535500b9e
|
Update AssetBundleDebugger
|
2022-06-20 19:56:19 +08:00 |
hevinci
|
9cea3e1ba9
|
Update YooAssets.cs
Add IsInitialized filed
|
2022-06-20 15:38:55 +08:00 |
何冠峰
|
746fa44ab8
|
Merge pull request #13 from susices/main
修复资源包收集工具页面 切换EnableAddressable时 未及时刷新收集器UI的问题
|
2022-06-20 10:21:20 +08:00 |
hevinci
|
3693f1ea98
|
Update AssetInfo.cs
Add Address filed.
|
2022-06-20 10:18:51 +08:00 |
susices
|
14127e8097
|
Merge branch 'tuyoogame:main' into main
|
2022-06-18 18:27:28 +08:00 |
wenchao
|
ad0d47bd68
|
修复资源包收集工具页面 切换EnableAddressable时 未及时刷新收集器UI的问题
|
2022-06-18 18:26:24 +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
|
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 |
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
|
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
|
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
|
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 |
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 |
hevinci
|
afc08d4e46
|
Add load all asset method.
增加新的资源加载方法:加载资源对象所属资源包里的所有资源。
|
2022-05-06 23:15:03 +08:00 |
hevinci
|
65875b66c2
|
Optimized the speed of simulate build
|
2022-05-06 20:09:36 +08:00 |
hevinci
|
c395a7a750
|
Supports location to lower
支持资源定位地址小写。
|
2022-05-05 23:11:26 +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
|
c3c18cd555
|
Added initialization fault error detection
增加初始化容错检测。
|
2022-05-05 11:44:03 +08:00 |
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
|
0c116b7701
|
Update CHANGELOG.md
|
2022-05-04 00:50:44 +08:00 |
hevinci
|
664bb1f71c
|
Update CHANGELOG.md
|
2022-05-04 00:45:21 +08:00 |
hevinci
|
5f809cc26a
|
Update package.json
|
2022-05-04 00:44:54 +08:00 |
hevinci
|
f34078a604
|
The report window supports sorting
报告浏览窗口支持排序
|
2022-05-03 22:12:59 +08:00 |
hevinci
|
1c1bb078b1
|
Remove auto release interval create param.
移除了自动释放资源的初始化参数。
|
2022-05-03 12:33:28 +08:00 |
hevinci
|
9ec841ff67
|
Add get asset info method.
增加获取资源信息的方法。
|
2022-05-03 12:23:08 +08:00 |
hevinci
|
665a16fe60
|
Support fast build mode.
支持快速构建模式,真实的实现EditorPlayMode的运行时环境。
|
2022-05-02 23:15:09 +08:00 |
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 |