I am capturing some pixels from the screen on a click event on an object in the world and want to display them on a GUI canvas I have sitting in the world. What is the best way to do this in scripting?
I can’t seem to figure out which component to access, or add to the canvas in order to stick my texture2D there.