Hello everyone!
I have this pretty big scene, heavy on polygons and textures, and I need to make a screenshot in high quality. I'm using Tools.CreateScreenshot method, explained in this tutorial, which works well for small/medium size (I've managed to extract an image up to 1344x756px, of 1.48MB), but when I try to extract a bigger image, nothing happens at all, no matter how long I wait.
I also tried this playground I found in this topic, and with this scene I can extract images of 5000x5000px.
So does this happen to my scene because it's too big? Any ideas to make it work?
Thank you!