Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to import library #2

Open
abhayraw1 opened this issue Jun 24, 2020 · 2 comments
Open

Unable to import library #2

abhayraw1 opened this issue Jun 24, 2020 · 2 comments

Comments

@abhayraw1
Copy link

I followed the installation process and installed the package using NuGut.
But Unity throws me an exception when include try to include the library.
Here's the script

using QRCoder;
using QRCoder.Unity;

public class TestQr {
}

and here's the exception
The type or namespace name 'Unity' does not exist in the namespace 'QRCoder' (are you missing an assembly reference?)

@sigtrapgames
Copy link

I also have this issue. In packages, QRCoder.Unity.1.0.3/lib is empty - NuGet doesn't seem to actually install the unity-specific DLL.

@sigtrapgames
Copy link

Workaround - download the repo and copy QRCoder.Unity/UnityQRCode.cs into your project manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants