Script to calculate resulting surface color

Is there any way to know what the colors are on a surface after the final render, i.e. after post processing, reflections, etc.?

You could set up a RenderTexture to get at the resultant rendered image, then study any pixel you like from that RenderTexture. Check out some RenderTexture tutorials.

1 Like

Thanks, I got that to work :slight_smile:

1 Like