Publisher | Luis Carlos |
---|---|
File size | 319.33kB |
Number of files | 5 |
Latest version | 1.0.3 |
Latest release date | 2018-11-05 11:45:08 |
First release date | 2016-07-28 06:54:23 |
Supported Unity versions | 2018.4.2 or higher |
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
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