Hey, I can’t seem to find any way that will let me take a screenshot and save it as .jpg…
Is this really true??
Does no one have a solution for this?
I’m using the webplayer and uploading to the server using a .php script. On completion I so far make a call to the html-file that opens up a window containing the screenshot.
It works but it takes forever!! (Let’s say 10-15 seconds).
I figured the reason might simply be that the .png files made are 1 MB big…
Why not simply use a rendertexture populated with the current camera render, write that to a texture2d and encode it to jpg or png? Thats all given stuff…