Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Shader graph - How to get faces inside mesh and hightlight them?

Discussion in 'Shader Graph' started by brn_ghs, Dec 22, 2020.

  1. brn_ghs

    brn_ghs

    Joined:
    Jul 22, 2018
    Posts:
    22
    I'm triying to make an effect tha shows where the player can attack with an area, it's working well on the meshes intersections but i want to highlight the faces area inside my mesh like in the Image:

    what i have 2.png

    Left: what i done
    Right: What i want

    Is this possible with shader graphs and URP?