Skip to content

Commit

Permalink
UnitySDK -> UnitySDK_WebGL
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Jan 29, 2024
1 parent 8fe1505 commit a35b725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/unity-js-bridge/src/thirdweb-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class ThirdwebBridge implements TWBridge {

public initialize(chain: ChainIdOrName, options: string) {
if(typeof globalThis !== "undefined"){
(globalThis as any).X_SDK_NAME = "UnitySDK";
(globalThis as any).X_SDK_NAME = "UnitySDK_WebGL";
(globalThis as any).X_SDK_PLATFORM = "unity";
(globalThis as any).X_SDK_VERSION = "4.5.1";
(globalThis as any).X_SDK_OS = "webgl";
Expand Down

0 comments on commit a35b725

Please sign in to comment.