Skip to content

v3.0.0-beta.9

Compare
Choose a tag to compare
@0xFirekeeper 0xFirekeeper released this 10 Aug 21:54
99e61ec

What's Changed

  • ThirdwebManager now has a flag to control whether to initialize the SDK on Awake. You can now call ThirdwebManager.Instance.Initialize manually if you'd like to.
  • Removed default client ID, you can either set a client ID or an RPC override in your ThirdwebManager to get past any limitations.
  • Example scripts missing namespaces added by @umutkutlu in #104

New Contributors