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
luiscarlosrsousa@outlook.com
info@luiscarlos.pt
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