I’m having trouble making a very basic shader. I was hoping someone might be able to help me understand what I’m doing wrong. I hope this is the right place to ask for help.
The shader I’m trying to do copies whatever is underneath it and then rotates it.
Not sure if it’s relevant but I’m trying to apply this effect to sprites.
This is the current shader graph:
On my scene, I just have a circle, which is correctly copied and not stretched without the rotation.
However, with rotation, I get this weird stretching.
After seeing this I thought that maybe I needed to align the shader’s center with the object’s center, but that didn’t work either.
Any idea as to what I’m doing wrong?
Thank you.