Hi guys, need a little help. How i can delete the shadow on the body ? But dont touch the shadow on the floor? * Shader "Unlit With Shadows" { * Properties { * _Color ("Main Color", Color) = (1,1,1,1) * _MainTex ("Base (RGB)", 2D) = "white" {} * } * SubShader { * Tags {"Queue" = "Geometry" "RenderType" = "Opaque"} * * Pass…