unity-sdk icon indicating copy to clipboard operation
unity-sdk copied to clipboard

I can't build with 4.11 with Assembly error CS0246

Open OmeGaCinoS opened this issue 1 year ago • 1 comments

I try to build in HTML5 and get this : image

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

OmeGaCinoS avatar May 07 '24 00:05 OmeGaCinoS

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.

0xFirekeeper avatar May 13 '24 04:05 0xFirekeeper