- Home /
UI shader; get simple UV
I am creating a shader for UI images. It has a second image attached that does some magic. It works when the 'Image Type' in the UI component 'Image' is set to Simple. But I would like to set it to sliced, which as expected changes the texcoord.
How do I get the simple textoord when set the image type is set to sliced?
Comment