I would like to work with Shaders programatically. I’ve found several tutorials that allow for this when the Game Object has a Renderer, but I’m using a Raw Image, and don’t have a Renderer. How can I, say, swap out the Textures on a Renderer - not the Raw Image itself?
Thanks!