Skip to content

Commit f052e4e

Browse files
committed
modified
1 parent 26ee24f commit f052e4e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Assets/OxGFrame/AssetLoader/Scripts/Runtime/Bundle/PatchLauncher.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ private async void Awake()
121121
BundleConfig.playModeParameters = this.webGLRemoteModeParameters;
122122
break;
123123
case BundleConfig.PlayMode.CustomMode:
124+
if (this.customModeParameters.initializePresetPackages)
125+
this.customModeParameters.initializePresetPackages = false;
124126
BundleConfig.playModeParameters = this.customModeParameters;
125127
break;
126128
}

Assets/OxGFrame/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [3.5.0] - 2025-10-01
44

5+
# English
6+
Please get help from ChatGPT or Google Translate.
7+
58
# 中文
69

710
- AssetLoader
@@ -16,6 +19,7 @@
1619
- 獲取資源解密服務 (便於 CustomMode)。
1720
- 新增 AssetPatcher.GetManifestDecryptionServices() 方法。
1821
- 獲取資源清單解密服務 (便於 CustomMode)。
22+
- 新增 OXGFRAME_CUSTOM_MODE 宏。
1923
- 新增 CustomMode,支持自定義 YooAsset 包裹運行模式 **(流程繁瑣,須注意初始步驟)**。
2024
- 用於:[微信小遊戲](https://www.yooasset.com/docs/MiniGame#%E5%BE%AE%E4%BF%A1%E5%B0%8F%E6%B8%B8%E6%88%8F)、[抖音小遊戲](https://www.yooasset.com/docs/MiniGame#%E6%8A%96%E9%9F%B3%E5%B0%8F%E6%B8%B8%E6%88%8F)、[支付寶小遊戲](https://www.yooasset.com/docs/MiniGame#%E6%94%AF%E4%BB%98%E5%AE%9D%E5%B0%8F%E6%B8%B8%E6%88%8F)、[TapTap 小遊戲](https://www.yooasset.com/docs/MiniGame#taptap%E5%B0%8F%E6%B8%B8%E6%88%8F)、[CustomPlayModeParameters (自定義運行模式)](https://www.yooasset.com/docs/guide-runtime/CodeTutorial1#%E8%87%AA%E5%AE%9A%E4%B9%89%E8%BF%90%E8%A1%8C%E6%A8%A1%E5%BC%8F--customplaymode)、等等...。
2125
- **注意:當使用 CustomMode,所有 YooAsset 包裹初始皆需要自行實現**。

0 commit comments

Comments
 (0)