QRCoder.Unity is an extension to the popular QRCoder library. It allows you to create Texture2D-based QR codes for usage in Unity projects. It's licensed under the MIT-license.
Using a sprite sheet (or texture atlas) increases your game's performance while also reducing the amount of memory.
This library includes a loader and sprite renderer to load animations and sprites from a sprite sheet created with TexturePacker.
A tutorial with full source code about how to create...
More information