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
+10 -1
View File
@@ -1,7 +1,16 @@
{
"latest_version": "2.4.5",
"latest_version": "2.4.6",
"minimum_app_version": "2.1.0",
"releases": [
{
"version": "2.4.6",
"date": "2026-07-09",
"pck_url": "https://git.klud.top/danchie/tekton/raw/branch/patches/patch.pck",
"pck_size": 0,
"changelog": [
"Fixed NakamaMultiplayerBridge dictionary lookup crash when receiving match state before user presence is populated by creating a `SafeNakamaMultiplayerBridge` subclass."
]
},
{
"version": "2.4.5",
"date": "2026-07-09",