Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Help, 2D shader graph to dissolve the edges of a tilemap.

Discussion in 'Shader Graph' started by unity_o0Q5chyqC35Yfg, Nov 27, 2022.

  1. unity_o0Q5chyqC35Yfg

    unity_o0Q5chyqC35Yfg

    Joined:
    Feb 5, 2021
    Posts:
    1
    First time asking for help, please help!

    I've looked around all day, and can't find a way to make shader grapth that desolves the EDGES only of a 2D tilemap. (Or any sprite for that matter) There are plenty of tutorials on dissolving the whole sprite, but those aren't relevant for this :( All I want are the edges to be affected, hopefully in a pixel perfect manner.)
    I've posted an image of the result I want, I hope someone knows which Nodes I can use to get the desired result. (Keep in mind that this is for a tilemap, and the form of the map will change in all kinds of ways) MockupOfResult-export.png

    Thank you :)