unity-sdk
unity-sdk copied to clipboard
I can't build with 4.11 with Assembly error CS0246
I try to build in HTML5 and get this :
Assets\Thirdweb\Core\Scripts\WalletsUI\InAppWalletUI.cs(15,7): error CS0246: The type or namespace name 'Codice' could not be found (are you missing a using directive or an assembly reference?)
I try to resolve it, but... I got no error in the script and I'm not able to find this "Codice" library
Hey @OmeGaCinoS we don't use Codice, open that script and check if there's an added reference to it in you project, and if so feel free to remove it. Checking 4.11 we didn't have a reference then either.