Search Unity

[REQUEST] UI Image Shader

Discussion in 'Shaders' started by raiden, Mar 14, 2020.

  1. raiden

    raiden

    Joined:
    Feb 8, 2009
    Posts:
    333
    Hi all, I am looking for a shader that will allow me to rotate the UI Image in any given # of degrees. My goal is to take a UI Image used as a background and apply some rotation to it, to give a unique look to the image.

    I can certainly take the current image I am using, rotate and scale to get the look by using a mask to block out the scale parts of the Image that surpass the borders, but I just figure it would be much easier to simply have a shader + material that handles it.

    I am not much on writing shaders, so any help would be great.

    Thank you
    Larry