Skip to content

2.0.0-alpha

Compare
Choose a tag to compare
@joaquim-verges joaquim-verges released this 16 Mar 22:45

Native platforms support

The thirdweb SDK can now be used on ANY unity platform with the same, convenient API!

  • WebGL
  • Desktop
  • Android
  • iOS
  • VR
  • Console

This means you can now build desktop and mobile games with web3 functionality, and test real web3 interactions straight from your Unity editor!

This includes wallet connectivity. Native platforms can connect wallets via:

  • Device wallet - a generated wallet that lives on the users device, optionally password protected and exportable to MetaMask
  • WalletConnect - connect any mobile wallet to your game via QR code

In order to simplify maintaining wallet connections accross the game, you now need to use the ThirdwebManager prefab in your scenes. This allows to configure chains, overrides and maintain wallet connection state everywhere.