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 7c17892 commit bf0509eCopy full SHA for bf0509e
.changeset/fuzzy-jokes-chew.md
@@ -0,0 +1,5 @@
1
+---
2
+"@thirdweb-dev/unity-js-bridge": patch
3
4
+
5
+Unity 4.12 - Engine Relayer Support
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 = "unity-4.11.0";
+ (globalThis as any).X_SDK_VERSION = "4.12.0";
175
176
(globalThis as any).X_SDK_OS = browser?.os ?? "unknown";
177
}
0 commit comments