UnityFx.Outline icon indicating copy to clipboard operation
UnityFx.Outline copied to clipboard

Appears to not work in URP with unity 2023.2.3

Open dizzy2003 opened this issue 1 year ago • 1 comments

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)

dizzy2003 avatar Dec 12 '23 05:12 dizzy2003

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.

WazWaz avatar Jan 20 '24 00:01 WazWaz