Search code examples
c#qr-codezxing

I cant import the Zxing library


I am working with Unity to make app interfaces and I need to make a QR code reader in my app and the tutorial that I've watched used a library called ZXing, but when I try to import it with using ZXing; it gives an error saying that this library doesn't exist, how can I import it?


Solution

  • Havr you installed ZXing via the NuGet paket manager? There is a C# implementation called ZXing.Net. The easiest way to install is directly via Visual Studio.