I created a simple heat distortion shader graph in Unity. In Shader Graph preview it looks fine:
But when I tried to use it in scene, it seems to be messed up:
Instead of using alpha value from shader, the sprite is simply clipped to the Outline parameter from the import settings. Here is the shader graph itself:
I'm using URP, Unity 2021. What am I doing wrong?