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
Tried using the latest zXing .NET and Unity releases only to find I could not create a new instance of the BarcodeReader class, complaining about a Luminesence profile.
Checked the sames and copied the code as is and it still did not work.
Turns out the samples zXing dependencies have not been updated inline with the releases, for example, the Unity sample is using a version 8 years old
The text was updated successfully, but these errors were encountered:
Summary
Tried using the latest zXing .NET and Unity releases only to find I could not create a new instance of the
BarcodeReader
class, complaining about a Luminesence profile.Checked the sames and copied the code as is and it still did not work.
Turns out the samples zXing dependencies have not been updated inline with the releases, for example, the Unity sample is using a version 8 years old
The text was updated successfully, but these errors were encountered: