Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

[Shader Graph] scaling down a sprite from a spritesheat on SampleTexture2D

Discussion in 'Graphics Experimental Previews' started by FlorentFal, Mar 14, 2019.

  1. FlorentFal

    FlorentFal

    Joined:
    Nov 20, 2015
    Posts:
    55
    Hello,

    I works on a shader in Shader Graph. My shader scale down a SampleTexture2D. When my Texture2D use a sprite it works fine but if I use a sprite that exist inside a spritesheat, on scaledown, other sprites (contain in the spritesheat) appear ....How can I avoid this behavior ?

    Thanks

    Florent