You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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