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 cff6ef2 commit 1ac06b9Copy full SHA for 1ac06b9
.changeset/unlucky-cows-explode.md
@@ -0,0 +1,5 @@
1
+---
2
+"@thirdweb-dev/unity-js-bridge": patch
3
4
+
5
+Unity 4.7.1
packages/unity-js-bridge/src/thirdweb-bridge.ts
@@ -144,7 +144,7 @@ class ThirdwebBridge implements TWBridge {
144
}
145
(globalThis as any).X_SDK_NAME = "UnitySDK_WebGL";
146
(globalThis as any).X_SDK_PLATFORM = "unity";
147
- (globalThis as any).X_SDK_VERSION = "4.7.0";
+ (globalThis as any).X_SDK_VERSION = "4.7.1";
148
(globalThis as any).X_SDK_OS = browser?.os ?? "unknown";
149
150
this.initializedChain = chain;
0 commit comments