We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6e0ac commit 0ca69a9Copy full SHA for 0ca69a9
.changeset/six-spiders-sneeze.md
@@ -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
@@ -171,7 +171,7 @@ class ThirdwebBridge implements TWBridge {
171
// biome-ignore lint/suspicious/noExplicitAny: TODO: fix use of any
172
(globalThis as any).X_SDK_PLATFORM = "unity";
173
174
- (globalThis as any).X_SDK_VERSION = "4.12.1";
+ (globalThis as any).X_SDK_VERSION = "4.12.2";
175
176
(globalThis as any).X_SDK_OS = browser?.os ?? "unknown";
177
}
0 commit comments