Release 2.4.6: Add SafeNakamaMultiplayerBridge subclass to fix dictionary lookup crashes
Release / Build & Release (push) Successful in 7m22s

This commit is contained in:
2026-07-09 16:38:29 +08:00
parent 203175178f
commit 00c9e85527
7 changed files with 47 additions and 8 deletions
+3
View File
@@ -1,5 +1,8 @@
## [NEXT]
## [2.4.6] — 2026-07-09
- Fixed NakamaMultiplayerBridge dictionary lookup crash when receiving match state before user presence is populated by creating a `SafeNakamaMultiplayerBridge` subclass.
## [2.4.5] — 2026-07-09
- Fixed missing `player_goals` dictionary declaration in GoalsCycleManager.
- Improved Candy Survival manager sync and LobbyManager initialization.