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 d9cd6f5 commit 8d81b68Copy full SHA for 8d81b68
.changeset/smart-dots-sleep.md
@@ -0,0 +1,5 @@
1
+---
2
+"@thirdweb-dev/unity-js-bridge": patch
3
4
+
5
+Unity 4.10.1
packages/unity-js-bridge/src/thirdweb-bridge.ts
@@ -174,7 +174,7 @@ class ThirdwebBridge implements TWBridge {
174
// biome-ignore lint/suspicious/noExplicitAny: TODO: fix use of any
175
(globalThis as any).X_SDK_PLATFORM = "unity";
176
177
- (globalThis as any).X_SDK_VERSION = "4.10.0";
+ (globalThis as any).X_SDK_VERSION = "unity-4.10.1";
178
179
(globalThis as any).X_SDK_OS = browser?.os ?? "unknown";
180
}
0 commit comments