Hello, I recently encountered an issue using Unity’s Shader Graph. I made a shader that applies an outline to my sprites. Its intended look as shown inside Unity’s Shader Graph editor looks as such:
(image_removed)
However, when I go into my scene / game view, sprites with this Shader Graph applied now look like this:
(image_removed)
As you can see, the outline of the shader seems to be cropped. My spritesheets were packed via TexturePacker, and the shape of the cropping here matches exactly with the poly outlines of this particular sprite inside TexturePacker.
It appears that TextPacker is conflicting with Unity and cropping the shader effects. Has any other TexturePacker users encountered similar issues with their shaders? What else might be causing this, and how might I resolve the issue?
Thank you.