v3.0.0-beta.9
What's Changed
ThirdwebManager
now has a flag to control whether to initialize the SDK on Awake. You can now callThirdwebManager.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
- @umutkutlu made their first contribution in #104