How to create SpriteColor Node in Fragment

When I want to add the SpriteColor node in fragment, I can’t find the SpriteColor node. How can I create a SpriteColor node in the fragment?(Using URP and material is Sprite Unlit)

Since the shader graph have been updated in 2021, we don’t need to use sprite color anymore. Just put it in the base color and create a split node to get the alpha value to the alpha.

1 Like