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?
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.