Skip to content

v1.0.0-beta

Compare
Choose a tag to compare
@joaquim-verges joaquim-verges released this 11 Nov 21:53

Beta release of thirdweb's Unity SDK!

This release supports WebGL platforms only. This release includes:

  • Connecting to any supported EVM blockchain (no RPC necessary!)
  • Connecting a user's wallet via browser extension and interacting with it
  • Interacting with any EVM contract (no ABI needed!)
  • High level, type safe API for ERC20/ERC721/ERC1155 and Marketplace contracts
  • Deploy any released contract (thirdweb's or your own)
  • Gasless transaction support (no gas fees for your players)

Download the .unitypackage file below, and drag it to your project (or double click on the package) to get started.

The package includes a demo scene with code samples for a lot of the SDK functionality.