Skip to content

Releases: thirdweb-dev/unity

v5.26.0

27 Sep 12:39
304de22

Choose a tag to compare

macOS OAuth Browser Support

  • Added ASWebAuthenticationSession for OAuth (social login) flows on macOS, integrated into the default CrossPlatformUnityBrowser.
  • Enhances security, user experience, and compliance with App Store review guidelines.
  • Includes a universal dylib with improved browser selection logic.
  • Redirects now deeplink back into the app instead of following the Desktop Windows-style flow.

Note: This only works in builds; in the editor, the original flow will still open a full browser.

v5.25.2

11 Sep 23:03
1856b75

Choose a tag to compare

What's Changed

  • Additions from Thirdweb's .NET SDK Release 2.25.2

v5.25.1

26 Aug 14:04
a17e50a

Choose a tag to compare

What's Changed

  • Added AuthProvider.TikTok as a login option for In-App or Ecosystem Wallets.
// Using .NET SDK
var iaw = await InAppWallet.Create(client: twClient, authProvider: AuthProvider.TikTok);
var iawAddy = await steamWallet.LoginWithOauth(...);

// Using Unity SDK
var walletOptions= new WalletOptions(
    provider: WalletProvider.InAppWallet, 
    chainId: 421614, 
    inAppWalletOptions: new InAppWalletOptions(authprovider: AuthProvider.TikTok);
);
var iaw = await ThirdwebManager.Instance.ConnectWallet(options);
var iawAddy = await steamWallet.GetAddress();

v5.25.0

18 Aug 22:34
2a0b826

Choose a tag to compare

What's Changed

  • Additions from Thirdweb's .NET SDK Release 2.25.0

v5.24.1

11 Aug 11:17
24eeaef

Choose a tag to compare

What's Changed

  • Additions from Thirdweb's .NET SDK Release 2.24.1

v5.24.0

08 Aug 12:59
89c2513

Choose a tag to compare

What's Changed

  • Additions from Thirdweb's .NET SDK Release 2.24.0

v5.23.2

26 Jun 13:42
691db5b

Choose a tag to compare

What's Changed

  • Fixed an issue where a duplicate symbol iOS build error would occur when using Thirdweb's Unity SDK with Amplitude Analytics Unity SDK.

v5.23.1

25 Jun 22:23
9cbd6f7

Choose a tag to compare

What's Changed

  • Additions from Thirdweb's .NET SDK Release 2.23.1

v5.23.0

23 Jun 21:18
36c90ea

Choose a tag to compare

What's Changed

  • Additions from Thirdweb's .NET SDK Release 2.22.0

Follow up enhancements for EIP-7702 powered In-App and Ecosystem Wallets released in 5.21.0

v5.22.0

09 May 21:00
f3cb73a

Choose a tag to compare

What's Changed

  • Additions from Thirdweb's .NET SDK Release 2.22.0