Open dizzy2003 opened 11 months ago
Weirdly, it works fine if I comment out the fragment shader.
Pass
{
Name "Transparent"
HLSLPROGRAM
#pragma multi_compile_instancing
#pragma vertex Vert
//#pragma fragment FragmentAlphaTest
ENDHLSL
}
No idea why.
Last version it worked with that I tested was unity 2023.1.8
in Unity 2023.2.3 whenever an object is enabled for ouline rendering all opaque surfaces tturn skybackground blue (but their geom is still rendered as can be seen in wireframe view)