hevinci
|
14685dd19b
|
update space shooter
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
d9313b50cc
|
update runtime code
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
95b1587e2f
|
update editor code
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
1aa597c666
|
Update CHANGELOG.md
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
9c59779b63
|
Update package.json
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
0b748c3163
|
update runtime code
1. 新增WebGL专属模式WebPlayMode
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
836b085795
|
update space shooter
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
1ae081a7f6
|
update runtime code
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
45064cb79a
|
update editor code
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
bc89c175e0
|
update space shooter
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
f7317cbe87
|
Update CHANGELOG.md
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
c4a8d4141c
|
Update package.json
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
9a952a8bb3
|
update space shooter
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
614308a604
|
update package system
1. 移除了HostPlayModeParameters.DefaultHostServer字段
2. 移除了HostPlayModeParameters.FallbackHostServer字段
3. 新增了HostPlayModeParameters.RemoteServices字段
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
66c94c3b64
|
update sapce shooter
修复生成内置文件清单的时候,目录不存在引发的异常。
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
bc38159bed
|
update asset system
真机上使用错误方法加载原生文件的时候给予正确的错误提示。
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
885c35bf9d
|
Update CHANGELOG.md
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
a222fe60e0
|
Update package.json
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
04319f37cd
|
update space shooter
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
8c10b703bb
|
update runtime code
变更IQueryServices.QueryStreamingAssets(string packageName, string fileName)方法
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
feba09250c
|
update extension sample
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
a7f00e1e1f
|
update runtime code
重构了PersistentTools类
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
ca89fb3c23
|
update runtime code
1. 新增了ResourcePackage.GetPackageBuildinRootDirectory()方法
2. 新增了ResourcePackage.GetPackageSandboxRootDirectory()方法
3. 新增了ResourcePackage.ClearPackageSandbox()方法
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
bcd2a412a5
|
Update InitializeParameters.cs
1. 新增了InitializeParameters.BuildinRootDirectory字段
2. 新增了InitializeParameters.SandboxRootDirectory字段
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
d1ad94bcfe
|
update runtime code
1. 移除了YooAssets.SetCacheSystemBuildinPath()方法
2. 移除了YooAssets.SetCacheSystemSandboxPath()方法
3. 移除了YooAssets.GetStreamingAssetBuildinFolderName()方法
4. 移除了YooAssets.GetSandboxRoot()方法
5. 移除了YooAssets.ClearSandbox()方法
|
2023-12-22 17:38:47 +08:00 |
hevinci
|
efbf1304ed
|
update editor code
1. BuildParameters.OutputRoot重命名为BuildOutputRoot
2. 新增了BuildParameters.StreamingAssetsRoot字段
|
2023-12-22 17:38:46 +08:00 |
hevinci
|
92246f1043
|
update cache system
新增方法YooAssets.SetCacheSystemBuildinPath()
|
2023-12-22 17:38:46 +08:00 |
hevinci
|
fb28bcc535
|
update download system
新增方法YooAssets.SetDownloadSystemRedirectLimit()
|
2023-12-22 17:38:46 +08:00 |
hevinci
|
480325827b
|
update AssetBundleBuilder
1. 移除了资源包构建流程任务节点可扩展功能
2. 新增了构建流程可扩展的方法。
|
2023-12-22 17:38:46 +08:00 |
hevinci
|
99f89b3c44
|
update runtime code
新增方法YooAssets.SetCacheSystemDisableCacheOnWebGL()
|
2023-12-22 17:38:46 +08:00 |
hevinci
|
651217ac4d
|
Update CHANGELOG.md
|
2023-12-22 17:38:46 +08:00 |
hevinci
|
d8d7b042a0
|
Update package.json
|
2023-12-22 17:38:46 +08:00 |
hevinci
|
7bc2159788
|
update runtime code
新增了场景加载参数suspendLoad
|
2023-12-22 17:38:33 +08:00 |
Kele
|
6acf9f6302
|
修复场景加载时设置自动激活 false 无效 #121
|
2023-12-22 17:38:33 +08:00 |
hevinci
|
90d8842f06
|
update runtime code
1. 移除了LoadSceneAsync方法里的activateOnLoad参数
|
2023-12-22 17:38:33 +08:00 |
hevinci
|
73fa5768b9
|
update editor code
1. 移除了BuildParameters.AutoAnalyzeRedundancy字段
2. 移除了DefaultShareAssetPackRule
3. 新增了ZeroRedundancySharedPackRule
4. 新增了FullRedundancySharedPackRule
|
2023-12-22 17:38:33 +08:00 |
hevinci
|
c289abb262
|
update editor code
1. IShareAssetPackRule重命名为ISharedPackRule
2. DefaultShareAssetPackRule重命名为DefaultSharedPackRule
|
2023-12-22 17:38:33 +08:00 |
hevinci
|
12b7cff482
|
update AssetBundleCollector
|
2023-12-22 17:38:33 +08:00 |
hevinci
|
548fe2e7b7
|
update asset system
|
2023-12-22 17:38:33 +08:00 |
hevinci
|
73e2a2633c
|
update extension sample
1. 增加了GameObjectAssetReference示例脚本。
|
2023-12-22 17:38:32 +08:00 |
hevinci
|
c532b443e6
|
update runtime code
1. 移除了InitializeParameters.LocationToLower参数
2. 资源收集界面增加了LocationToLower选项
3. 资源收集界面增加了IncludeAssetGUID选项
4. 资源清单版本升级了
5. 新增了ResourcePackage.GetAssetInfoByGUID()方法
|
2023-12-22 17:38:32 +08:00 |
hevinci
|
49b1258de7
|
update editor code
|
2023-12-22 17:38:32 +08:00 |
hevinci
|
c10ac0b41c
|
update runtime code
|
2023-12-22 17:38:32 +08:00 |
hevinci
|
df154a10d5
|
update package system
离线模式支持内置资源解压到沙盒
|
2023-12-22 17:38:32 +08:00 |
hevinci
|
83164dfbe9
|
update AssetBundleBuilder
资源包构建流程可扩展支持
|
2023-12-22 17:38:32 +08:00 |
hevinci
|
6de31e5ee9
|
update runtime code
新增LoadAllAssetsAsync方法
|
2023-12-22 17:38:32 +08:00 |
hevinci
|
d3e37d18ad
|
update space shooter
|
2023-12-22 17:38:32 +08:00 |
hevinci
|
5179fe14ff
|
update cache system
优化了缓存的信息文件写入方式
|
2023-12-22 17:38:32 +08:00 |
hevinci
|
48ecd15661
|
update asset system
|
2023-12-22 17:38:32 +08:00 |
hevinci
|
0744d684e8
|
update space shooter
|
2023-12-22 17:38:32 +08:00 |