Hi! I’ve run into a bit of a road block.
I am trying to save a layer of the game to an image and clip out a portion of it with a mask. The only function I’ve found that is close to this is Application.CaptureScreenshot. I could probably make a method to make everything invisible but the layer I want and take a screenshot, but I’m worried this would be overly complicated and might blank everything out for a frame.
Is there another method to accomplish this?
Thanks!