Skip to content

Commit 8d81b68

Browse files
authored
Unity 4.10.1 (#2733)
1 parent d9cd6f5 commit 8d81b68

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/smart-dots-sleep.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.10.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class ThirdwebBridge implements TWBridge {
174174
// biome-ignore lint/suspicious/noExplicitAny: TODO: fix use of any
175175
(globalThis as any).X_SDK_PLATFORM = "unity";
176176
// biome-ignore lint/suspicious/noExplicitAny: TODO: fix use of any
177-
(globalThis as any).X_SDK_VERSION = "4.10.0";
177+
(globalThis as any).X_SDK_VERSION = "unity-4.10.1";
178178
// biome-ignore lint/suspicious/noExplicitAny: TODO: fix use of any
179179
(globalThis as any).X_SDK_OS = browser?.os ?? "unknown";
180180
}

0 commit comments

Comments
 (0)