Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appears to not work in URP with unity 2023.2.3 #76

Open
dizzy2003 opened this issue Dec 12, 2023 · 1 comment
Open

Appears to not work in URP with unity 2023.2.3 #76

dizzy2003 opened this issue Dec 12, 2023 · 1 comment

Comments

@dizzy2003
Copy link

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)

@WazWaz
Copy link

WazWaz commented Jan 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants