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

URP 14.0 incompatibility #59

Open
vertxxyz opened this issue Aug 15, 2022 · 2 comments
Open

URP 14.0 incompatibility #59

vertxxyz opened this issue Aug 15, 2022 · 2 comments

Comments

@vertxxyz
Copy link

This could be a 2022.2 beta issue that's a Unity bug, I have no idea—not familiar enough with this implementation to know. But, I've tested URP 14.0.3 with Unity 2022.2.0b4 and the outlines do not render, and instead each outline mesh causes an extreme amount of lag.
Taking a peek with RenderDoc it seems the meshes are rendering as overlapping full-screen triangles, a huge amount of overdraw, and a buffer that's usually present for the positions is not there. Hopefully that helps.

@vertxxyz
Copy link
Author

I fixed the issue by replacing OutlineColor.URP with a plain white unlit shader made in Shader Graph.

@JamesMcGhee
Copy link

Ran into the same issue and as with @vertxxyz I sorted it by creating a new shader that just renders solid white drawing on the backface

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