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
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?)
The text was updated successfully, but these errors were encountered:
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
and here's the exception
The type or namespace name 'Unity' does not exist in the namespace 'QRCoder' (are you missing an assembly reference?)
The text was updated successfully, but these errors were encountered: