Commit Graph
52 Commits
Author SHA1 Message Date
何冠峰 7936ba31ea update file system
WebGL网页平台支持资源加密。
2025-02-12 16:27:30 +08:00
何冠峰 7fad6eb70b update services
增加WebGL端解密接口
2025-02-12 11:22:09 +08:00
何冠峰 4fc0d06908 update resource manager
重构运行时核心代码
2024-12-24 18:45:37 +08:00
hevinci d017688416 feat : the bundle file decryption
资源文件解密
2024-08-03 18:43:12 +08:00
absences 0d5558f29f Update IDecryptionServices.cs 2024-07-29 14:34:21 +08:00
unknown c6377ce544 原生文件加密/解密 2024-07-27 18:37:17 +08:00
何冠峰 ff02da5c54 refactor the runtime code
重构了运行时代码,支持全新的文件系统。
2024-07-04 20:36:26 +08:00
hevinci 370329b07d refactor : wechat game support
提供对微信小游戏缓存的查询接口
2024-04-11 19:51:34 +08:00
hevinci 544832c46a style : Code text indent format 2023-12-21 19:10:46 +08:00
hevinci 0e29e9823d update query services interface
内置文件和分发文件查询方法参数里增加了文件哈希值
2023-12-21 16:10:54 +08:00
hevinci 01cf9ccd54 update yooasset2.0 2023-09-20 16:09:52 +08:00
hevinci a2d4691f04 update package system
IQueryServices接口变更为IBuildinQueryServices
2023-08-14 12:27:43 +08:00
hevinci b53b6a4246 update runtime code 2023-07-20 11:08:28 +08:00
hevinci b737b20602 update runtime code
支持开发者资源分发和加载
2023-07-19 17:06:20 +08:00
hevinci 472a5ae97a update package system
1. 移除了HostPlayModeParameters.DefaultHostServer字段
2. 移除了HostPlayModeParameters.FallbackHostServer字段
3. 新增了HostPlayModeParameters.RemoteServices字段
2023-07-12 19:15:10 +08:00
hevinci b0917623b6 update runtime code
变更IQueryServices.QueryStreamingAssets(string packageName, string fileName)方法
2023-07-05 16:31:06 +08:00
hevinci 1b75f4b6e9 update runtime code
UpdatePackageManifestAsync方法增加自动保存版本号参数
2023-04-22 17:20:23 +08:00
hevinci 91fe51d10a update patch system
UpdatePackageManifestOperation增加新方法FlushManifestVersionFile()
2023-03-22 18:48:52 +08:00
hevinci 67d09d95fa update runtime code
代码里移除了Patch敏感字。
2023-03-11 00:06:40 +08:00
hevinci ed77d6dc1f update decryption services 2023-03-08 12:22:09 +08:00
hevinci 0bd5677e26 update runtime code 2023-03-03 18:21:56 +08:00
hevinci fdf27cbc1a update runtime logic
补丁清单的资源包列表增加引用链
2023-02-22 15:41:01 +08:00
hevinci 8ce8e81792 update new cache system
重新设计了资源缓存系统
2023-02-07 18:39:08 +08:00
hevinci ac839450e2 update runtime code 2022-12-27 10:19:35 +08:00
hevinci f3e3f7cf85 update runtime code 2022-12-26 00:48:56 +08:00
hevinci dd824254a9 update runtime code 2022-12-25 00:25:41 +08:00
hevinci 16943d4590 update runtime code 2022-12-24 22:09:14 +08:00
hevinci 4e759134bd update runtime code 2022-12-20 16:17:01 +08:00
hevinci 5c16171781 update runtime code 2022-12-18 21:55:49 +08:00
hevinci 2ace30acd8 update runtime code 2022-12-17 22:37:39 +08:00
hevinci a290353cfa Update runtime logic
在初始化失败的时候,销毁YooAssets会报异常。
2022-12-03 19:48:17 +08:00
hevinci e8e69a2e86 Update runtime code
重写了文件解密流程。
2022-11-02 21:54:44 +08:00
hevinci bb64ff7278 update runtime code
移除了ILocationServices接口类。
增加了bool CheckLocationValid(string location)方法。
2022-10-21 18:36:03 +08:00
hevinci 9bc5580229 Update PatchSystem
移除YooAssets.ClearAllCacheFiles()
新增YooAssets.ClearUnusedCacheFiles();
2022-10-18 11:56:05 +08:00
hevinci bd8ecab31b Update runtime code 2022-10-14 11:49:32 +08:00
hevinci a71921cdd1 Update runtime code 2022-09-29 18:40:43 +08:00
hevinci a4c8fb6e1b Update runtime logic 2022-09-28 11:55:12 +08:00
hevinci fbbf762e70 Update CacheSystem
优化缓存系统代码结构
2022-08-15 11:55:13 +08:00
hevinci 7e6c678e91 Update runtime 2022-08-03 20:51:06 +08:00
hevinci ea9b8874cc Update decryption services
解密服务接口增加解密文件信息。
2022-07-13 10:48:49 +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 afc08d4e46 Add load all asset method.
增加新的资源加载方法:加载资源对象所属资源包里的所有资源。
2022-05-06 23:15:03 +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 873d873194 Add clear unused cache files method.
增加清空缓存文件的方法。
2022-05-02 15:03:36 +08:00
hevinci b443a1c308 Optimize packaging bundle core logic
优化了打包的核心逻辑,对依赖资源进行自动划分。
2022-04-30 19:10:52 +08:00
hevinci 9f1eaf4a62 Update adressable location 2022-04-28 18:28:46 +08:00
hevinci 2cb006f3d9 Support addressable location
支持可寻址资源定位
2022-04-28 17:23:31 +08:00
hevinci 9bf22f2c79 Operation handles support error queries
操作句柄支持错误信息查询。
2022-04-24 18:30:35 +08:00
hevinci 4591d0b5f6 Check location param is invalid.
在编辑器下检测资源路径是否合法并警告。
2022-04-14 19:01:39 +08:00