Print via in WebPlayer

Hi all,

I have a WebPlayer which allows the user to write some text which is then rendered in a scene.

Is there a way to then allow the user to press a button to print the webplayer window? Not the whole browser window, just the contents of the Unity WebPlayer?

Thanks

Jeff

grab the screen content, upload it to a webserver, make an ExternalEval to open a new window showing that image that also uses the corresponding CSS magic and then offer them print.

thats basically it.

Thanks for that.

From within a web player? I’m looking through the docs but I can’t see how to grab the screen content just yet?

ReadPixels

Wonderful dreamora - thanks so much for your help.