For more detail this asset from the Unity Asset Store: Click Here
This is a paid asset, but now you can download LCPrinter – Simple Texture Printer for FREE, Please keep in mind this package is provided only for learning purposes or to be able to test before buying the product, NOT FOR COMMERCIAL PURPOSES.
LCPrinter – Simple Texture Printer v1.0.3
LCPrinter plugin allows you to print a Texture2D to your printer.
It only requires one line of code to print an image.
LCPrinter.Print.PrintTexture(texture2D.EncodeToPNG(), copies, printerName);
If printerName is empty or null, it will print to your default printer.
Currently it works on Windows. Every printer should work.
INFO
[email protected]
[email protected]
Versions
1.0.3
You can now print any image (png, jpg, etc…) from your system directly with this asset.
1.0.2
Now if printerName is empty or null, it will print to your default printer.
1.0.1
Small corrections