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
Scripts that are located in the Thirdweb/Examples folder do not have namespaces, which can sometimes cause conflicts with other Unity assets.
In my case, Thirdweb's Debugger conflicts with the DOTween's Debugger.
Suggested Solution:
To resolve this issue, the Thirdweb SDK should add namespaces to the example scripts. This will help to prevent conflicts with other Unity assets.