Skip to content

Commit 0ca69a9

Browse files
authored
Unity 4.12.2 (#2824)
1 parent 6d6e0ac commit 0ca69a9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/six-spiders-sneeze.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/unity-js-bridge": patch
3+
---
4+
5+
Unity 4.12.2

legacy_packages/unity-js-bridge/src/thirdweb-bridge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class ThirdwebBridge implements TWBridge {
171171
// biome-ignore lint/suspicious/noExplicitAny: TODO: fix use of any
172172
(globalThis as any).X_SDK_PLATFORM = "unity";
173173
// biome-ignore lint/suspicious/noExplicitAny: TODO: fix use of any
174-
(globalThis as any).X_SDK_VERSION = "4.12.1";
174+
(globalThis as any).X_SDK_VERSION = "4.12.2";
175175
// biome-ignore lint/suspicious/noExplicitAny: TODO: fix use of any
176176
(globalThis as any).X_SDK_OS = browser?.os ?? "unknown";
177177
}

0 commit comments

Comments
 (0)