I started working with shader graphs on the URP recently. The goal is to define a terrain shader with a cursor that moves over it and allows you to select the various tiles.
This is the shader I created to begin with.
Everything works except that the texture of the cursor is extended along the axes. How can I fix this? Below are the texture settings and the result.
Texture settings
Result
Can anyone tell me what I am doing wrong.