Skip to content

Commit bb7272f

Browse files
committed
updated to v2.12.4
1 parent 2b6b473 commit bb7272f

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

Assets/OxGFrame/AssetLoader/Scripts/Runtime/Bundle/PatchFsm/PackageFsmStates.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,10 @@ private async UniTask _InitPatchMode()
220220
catch
221221
{
222222
isInitialized = false;
223-
await UniTask.Yield();
224223
}
225224

226225
if (!isInitialized)
227-
{
228-
PackageEvents.PatchInitPatchModeFailed.SendEventMessage(this._hashId);
229226
break;
230-
}
231227
}
232228

233229
if (isInitialized)

Assets/OxGFrame/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## [2.12.4] - 2024-12-30
4+
- Fixed the issue with the condition triggering PackageEvents.PatchInitPatchModeFailed.SendEventMessage in PackageFsmStates.
5+
36
## [2.12.3] - 2024-12-27
47
- Added HideSelf() method to FrameBase (SRBase, UIBase).
58
- Added to CoreFrames.SRFrame & CoreFrames.UIFrame:

Assets/OxGFrame/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.michaelo.oxgframe",
33
"displayName": "OxGFrame",
44
"description": "The OxGFrame is a framework based on Unity for accelerating game development. Supports multi-platform Win, OSX, Android, iOS, WebGL.",
5-
"version": "2.12.3",
5+
"version": "2.12.4",
66
"unity": "2021.3",
77
"license": "MIT",
88
"samples": [

0 commit comments

Comments
 (0)