Commit Graph

583 Commits (8ce8e8179202f3a3330cea7483297c53191a44c7)

Author SHA1 Message Date
hevinci 29b3ca4e69 Update runtime code
重构原生文件加载流程。
2022-11-19 17:54:09 +08:00
hevinci 9394ff49fd Update basic sample 2022-11-18 21:35:42 +08:00
hevinci 49949ecda5 Update runtime code
优化资源包缓存文件清理方式。
2022-11-18 21:33:58 +08:00
hevinci 1dab0f2b19 Update patch system
下载器增加取消方法。
2022-11-18 16:45:56 +08:00
hevinci 1cf03bf049 Update basic sample 2022-11-18 10:21:48 +08:00
何冠峰 c00594738f Update asset system
支持场景文件跨资源包配置。
2022-11-16 16:25:43 +08:00
何冠峰 d5f601b0eb Update runtime code 2022-11-16 14:49:38 +08:00
何冠峰 304bff1f19 Fix #43
修复了打包规则按收集器路径来命名,bundle文件名称显示不正确。
2022-11-16 11:51:01 +08:00
hevinci 40903d9ad5 Update runtime code 2022-11-11 11:01:37 +08:00
hevinci 03aa9780eb Update CHANGELOG.md 2022-11-04 13:38:26 +08:00
hevinci d3a9005964 Update package.json 2022-11-04 13:38:22 +08:00
hevinci 72f0426531 Update PatchSystem
移除了WeaklyUpdatePatchManifestAsync()方法
新增了CheckPackageContentsAsync()方法
2022-11-04 13:10:08 +08:00
hevinci 76e65286fd Update basic sample 2022-11-03 20:18:05 +08:00
hevinci 9397a0ebae Update ShaderVariantCollector 2022-11-03 20:17:07 +08:00
hevinci c37b5e52ac Update basic sample 2022-11-03 15:21:03 +08:00
hevinci ecfced7195 Fix #38 2022-11-03 12:02:10 +08:00
hevinci 1c7a79f7d7 Fix #37 2022-11-03 11:51:17 +08:00
hevinci 1149906786 Fix #29 2022-11-03 11:38:26 +08:00
hevinci 9db111c08a Update runtime code 2022-11-03 10:37:34 +08:00
hevinci 0844447b46 Update AssetBundleBuilder
界面增加构建版本选项
2022-11-03 10:15:27 +08:00
hevinci c7116ad165 Update basic sample 2022-11-02 22:04:11 +08:00
hevinci a805e0639e Update editor code 2022-11-02 21:57:08 +08:00
hevinci e8e69a2e86 Update runtime code
重写了文件解密流程。
2022-11-02 21:54:44 +08:00
hevinci 3e4761a60f Update basic sample 2022-11-01 23:13:45 +08:00
hevinci 3413157c67 Update editor code
调整加密文件的生成规则
2022-11-01 23:13:18 +08:00
hevinci b5f2174ed0 Update runtime code 2022-11-01 23:02:20 +08:00
hevinci bdc8285255 Update basic sample 2022-10-31 16:46:05 +08:00
hevinci cd79f0e434 Update runtime code
AssetsPackage.WeaklyUpdateManifestAsync(string packageVersion)移除了packageVersion参数。
优化了HostPlayMode的初始化逻辑,优先读取沙盒内的清单,如果不存在则读取内置清单。
2022-10-31 16:45:21 +08:00
hevinci ba4efebbce Update CHANGELOG.md 2022-10-27 19:01:07 +08:00
hevinci 2486287a0e Update package.json 2022-10-27 19:01:04 +08:00
hevinci 2599639aeb Update PatchSystem 2022-10-27 14:20:05 +08:00
hevinci c1192b37c6 Update Extension Sample 2022-10-26 21:03:19 +08:00
hevinci 1f647163f2 Update Basic Sample 2022-10-26 21:03:10 +08:00
hevinci cc04efe76b Update runtime code
UpdateStaticVersionOperation.PackageCRC重名为PackageVersion。
AssetPackage.GetHumanReadableVersion()重名为GetPackageVersion()
2022-10-26 21:02:25 +08:00
hevinci 18426d0481 Update AssetBundleBuilder 2022-10-26 20:57:27 +08:00
hevinci 500b469bce Update AssetBundleBuilder
增加PackageVersion构建参数。
2022-10-26 19:51:29 +08:00
hevinci 49c242e7bc Update AssetBundleBuilder
检测输出目录文件路径过长导致的异常。
2022-10-25 19:07:48 +08:00
hevinci 2d72d6dbc9 Update AssetSystem 2022-10-25 15:56:07 +08:00
hevinci 1f3e55ebea Update DownloadSystem
下载错误提示增加HTTP Response Code
2022-10-25 14:33:21 +08:00
hevinci 0ecb37419b Update AssetSystem 2022-10-24 19:09:16 +08:00
hevinci c758bf6530 Update AssetSystem 2022-10-24 15:39:04 +08:00
hevinci 46d985a720 Update AssetBundleDebugger
调试窗口增加调试信息导出按钮。
2022-10-22 18:23:40 +08:00
hevinci 9404882fc7 Update AssetBundleDebugger
调试窗口增加资源对象的加载耗时统计和显示
2022-10-22 17:47:06 +08:00
hevinci ec1c3d6070 Update runtime code 2022-10-22 17:46:46 +08:00
hevinci 8eb7816e30 Update AssetBundleDebugger
界面增加了包裹名称显示列。
2022-10-22 15:39:26 +08:00
hevinci c196e44bc6 Update runtime code 2022-10-22 15:38:51 +08:00
hevinci 989d88f7d3 Update runtime code
修复资源回收无效的问题。
2022-10-22 15:37:53 +08:00
hevinci 92e7ec9682 Update CHANGELOG.md 2022-10-22 10:03:41 +08:00
hevinci 32b7ff1b36 Update package.json 2022-10-22 10:03:16 +08:00
hevinci 5a68ef558f Update YooAssets.cs 2022-10-22 10:03:12 +08:00
hevinci 18d48ae963 update collector window
点击修复按钮后自动刷新界面
2022-10-21 18:46:04 +08:00
hevinci d61c723933 update basic sample 2022-10-21 18:36:28 +08:00
hevinci bb64ff7278 update runtime code
移除了ILocationServices接口类。
增加了bool CheckLocationValid(string location)方法。
2022-10-21 18:36:03 +08:00
hevinci d7760cd34d update diagnostic system 2022-10-21 16:49:58 +08:00
hevinci f9ecad1cf0 Update download system
增加证书认证方法
2022-10-21 15:18:16 +08:00
hevinci a6de89ab74 Update runtime code 2022-10-19 19:30:50 +08:00
hevinci 88e8e5cd54 Update AssetBundleCollector 2022-10-19 19:11:57 +08:00
hevinci 9b43d36793 Update basic sample 2022-10-19 18:57:38 +08:00
hevinci 794314a8e1 Update AssetBundleCollector 2022-10-19 18:57:00 +08:00
hevinci 0a1c40cee5 Update download system
增加SetDownloadSystemClearFileResponseCode()新方法
2022-10-19 18:18:32 +08:00
hevinci 958cdd25a5 Update AssetBundleBuilder 2022-10-19 15:54:59 +08:00
hevinci 2fb77c1bf8 Update ShaderVariantCollector 2022-10-19 15:52:46 +08:00
hevinci 3aa46664f7 Update AssetBundleReporter 2022-10-19 15:52:32 +08:00
hevinci 8389ce5793 Update AssetBundleCollector 2022-10-19 15:52:16 +08:00
hevinci 0afe5ada2c Update CHANGELOG.md 2022-10-18 15:22:55 +08:00
hevinci 1774eb63b7 Update package.json 2022-10-18 15:22:08 +08:00
hevinci 609cd21603 Update DownloadSystem
修复断点续传统计不准确的问题。
2022-10-18 14:49:56 +08:00
hevinci 97fc65e66d Update OperationSystem
增加新方法GameAsyncOperation.IsBusy()
2022-10-18 12:16:46 +08:00
hevinci ccac691701 Update runtime code 2022-10-18 12:07:33 +08:00
hevinci a283c8bbad Update basic sample 2022-10-18 11:56:55 +08:00
hevinci 9bc5580229 Update PatchSystem
移除YooAssets.ClearAllCacheFiles()
新增YooAssets.ClearUnusedCacheFiles();
2022-10-18 11:56:05 +08:00
hevinci fdacd5f3f8 Update basic sample 2022-10-18 10:19:40 +08:00
hevinci c449a070b4 Update CacheSystem
修复原生文件每次获取都重复拷贝的问题
2022-10-18 10:19:17 +08:00
hevinci 9e2efe3717 Update AssetBundleBuilder 2022-10-18 10:13:12 +08:00
hevinci 90ad292b84 Update runtime code 2022-10-18 10:13:04 +08:00
hevinci f2422ed16c Update PatchSystem 2022-10-17 16:35:40 +08:00
hevinci 52ac982481 Update AssetBundleCollector 2022-10-17 16:21:00 +08:00
hevinci 661c3a6d61 Update AssetBundleBuilder 2022-10-17 16:20:47 +08:00
hevinci c14db5fd0d Update PatchSystem
增加AssetsPackage.GetHumanReadableVersion()方法
2022-10-17 16:04:47 +08:00
hevinci 6116e49a05 Update AssetBundleBuilder 2022-10-17 16:04:08 +08:00
hevinci 8b6cd759ef Update streaming root folder 2022-10-17 15:07:25 +08:00
hevinci e3f1ad79a8 Update basic sample 2022-10-17 14:53:32 +08:00
hevinci b4c190efb7 Update SimulateBuild 2022-10-17 14:53:22 +08:00
hevinci bd11f2e7b8 Update patch system
下载器增加超时参数
2022-10-17 14:43:13 +08:00
hevinci 1f26f001e9 Update basic sample 2022-10-14 12:23:23 +08:00
hevinci bd8ecab31b Update runtime code 2022-10-14 11:49:32 +08:00
hevinci e9af0c7042 Update asset system 2022-10-14 11:20:14 +08:00
hevinci 72a49d0ed8 Update runtime code 2022-10-14 11:19:23 +08:00
hevinci 66304c91ec Update Operation System 2022-10-12 18:21:11 +08:00
hevinci c2192dd657 Update runtime code
移除了YooAssets.IsInitialized字段
增加了YooAssets.InitializeStatus字段
2022-10-12 15:01:39 +08:00
hevinci 1de9e0b79d Update Operation System 2022-10-11 18:27:04 +08:00
hevinci 608f401a80 Update Operation System
增加异步操作取消方法
2022-10-11 18:09:54 +08:00
hevinci ef1acdc3d1 Update extension code
修复了在未初始化之前查看是否初始化报空异常的错误。
2022-10-11 11:08:22 +08:00
hevinci a348d9131d Update AssetBundleBuilder
增加首包资源文件拷贝选项
2022-10-09 11:54:26 +08:00
hevinci f07cbcbb81 Update CHANGELOG.md 2022-10-08 14:56:00 +08:00
hevinci 9df32816a1 Update package.json 2022-10-08 14:55:47 +08:00
何冠峰 f7fd589b13
Merge pull request #40 from youigame/main
change sample path name
2022-10-08 14:36:09 +08:00
hevinci 852d031254 Update samples 2022-10-08 12:10:34 +08:00
hevinci 38c0ca0ce1 Update runtime code 2022-10-08 12:09:34 +08:00
hevinci 4eca73303b Update runtime code 2022-10-08 11:23:16 +08:00
hevinci d5292f3fc3 Update runtime code 2022-09-29 18:43:13 +08:00
hevinci 6549fbb552 Update editor code 2022-09-29 18:40:51 +08:00
hevinci a71921cdd1 Update runtime code 2022-09-29 18:40:43 +08:00
hevinci 46c219505f Update editor code 2022-09-29 15:06:03 +08:00
lark 0a129f9250 change sample path name 2022-09-28 22:13:21 +08:00
hevinci 4ece14e921 Update runtime code 2022-09-28 14:39:58 +08:00
hevinci a4c8fb6e1b Update runtime logic 2022-09-28 11:55:12 +08:00
hevinci c8d3f6efed Update editor logic 2022-09-28 11:46:23 +08:00
hevinci fe47de01d3 Update samples 2022-09-27 21:32:37 +08:00
hevinci 84045b13c6 Update samples 2022-09-27 21:26:00 +08:00
hevinci af37bb6e54 Update runtime logic 2022-09-27 21:11:55 +08:00
hevinci e1801a5fba Update editor logic 2022-09-27 21:04:08 +08:00
hevinci 50bfde6e8e Update AssetBundleBuilder 2022-09-27 10:40:29 +08:00
hevinci f0ac319a73 Update AssetBundleCollector
编辑器支持分布式构建
2022-09-27 10:38:35 +08:00
hevinci 39c277b090 Update CHANGELOG.md 2022-09-22 15:07:39 +08:00
hevinci 81e6aab53d Update package.json 2022-09-22 15:07:09 +08:00
hevinci 7c1e1ab593 Update Basic Sample 2022-09-22 14:29:24 +08:00
hevinci 2381b67312 Update BasicSamples 2022-09-22 14:18:54 +08:00
hevinci ca83a4450d Update Basic Samples 2022-09-22 11:42:13 +08:00
hevinci 8cec0abf0e Update AssetBundleCollector
增加配置表自我修复功能。
2022-09-22 11:40:30 +08:00
hevinci a89127df1d Update YooAssetDriver
在游戏对象销毁的时候释放YooAssets
2022-09-21 11:36:28 +08:00
hevinci 95924868f7 Update AssetBundleCollector
移除对Gizmos资源的打包限制。
2022-09-21 11:21:13 +08:00
hevinci 778b097f7a Update TaskCreateReport.cs 2022-09-21 11:20:41 +08:00
hevinci 3a7f3bb68d Update AssetBundleBuilder
修复在可编程构建管线下模拟构建模式报错。
2022-09-21 11:20:32 +08:00
hevinci 02b9b689b7 Update AssetBundleBuilder
可编程构建管线强制使用增量构建模式。
2022-09-21 11:18:38 +08:00
hevinci af29cb738d Update AssetBundleBuilder
对内置管线构建结果做容错处理
2022-09-14 17:36:41 +08:00
hevinci 4975d3b1ba Update AssetBundleBuilder
修复加密文件下载验证失败问题。
2022-09-13 11:48:57 +08:00
hevinci fb4910e265 Update CHANGELOG.md 2022-09-09 16:29:55 +08:00
hevinci 9ccaba480a Update package.json 2022-09-09 16:29:49 +08:00
hevinci 97a7624b94 Update HttpDownloader.cs 2022-09-09 15:15:58 +08:00
hevinci d697ebe521 Update YooAssets
在更新资源清单之前检查已加载资源包并给与警告。
2022-09-08 17:04:39 +08:00
hevinci 6df57cd3cd Update YooAssetSetting
增加文件过滤配置
2022-09-08 15:55:35 +08:00
hevinci 3f518ec321 Update PatchSystem
增加清理缓存资源的异步操作类
2022-09-06 18:19:50 +08:00
hevinci e77dfb5ca3 Update YooAssets.cs 2022-09-06 09:57:48 +08:00
hevinci 53b53eb0a0 Update AssetSystem
加载方法容错提示。
2022-09-05 15:31:26 +08:00
hevinci ec25af8517 Update download system
完善断点续传下载
2022-09-05 15:06:13 +08:00
hevinci 8d2779b446 Update AssetSystem
HostPlayMode支持WEBGL
2022-09-02 16:28:19 +08:00
hevinci 7e20c39fb3 Update asset system
支持WebGL
2022-08-30 18:04:16 +08:00
hevinci a9e858bc9a Update cache system 2022-08-30 18:03:20 +08:00
hevinci d47c0bf4b6 Update AssetBundleCollector
修复无法识别.bank类似音频文件格式。
2022-08-29 12:11:16 +08:00
hevinci ea99232d3b Update Samples 2022-08-29 12:10:21 +08:00
hevinci b5c82438a0 Update download system
使用新的断点续传下载器
2022-08-23 15:27:20 +08:00
hevinci 16f8592497 Update AssetBundleCollector 2022-08-22 19:12:55 +08:00
hevinci fbbf762e70 Update CacheSystem
优化缓存系统代码结构
2022-08-15 11:55:13 +08:00
hevinci aba68f859f Update AssetBundleBuilder 2022-08-15 10:30:10 +08:00
hevinci b5be5b60da Update DefaultPackRule.cs
修改了默认的打包规则
2022-08-15 10:29:28 +08:00
hevinci 631547f8c7 Update AssemblyInfo
增加运行时代码扩展支持。
2022-08-12 17:34:12 +08:00
hevinci a422bcc858 Update AssetSystem 2022-08-12 14:30:23 +08:00
L c5ca825b25 Update UniTask Sample 2022-08-09 20:49:03 +08:00
hevinci 314c5cd86a Update CacheSystem 2022-08-06 16:40:40 +08:00