Hi, I need to draw a lot of shapes to a RenderTexture, and then get the image of the drawing to analyse the colours. The thing is, I only need to analyse a small part of the image. The loop is pretty fast, except for one thing: loading the texture to an image. Is there any way to only load a portion of the texture, as I do not need the whole one?