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

Line Rendering Compositing Depth pass order #81

Open
Aydindeveloper opened this issue Apr 10, 2024 · 2 comments
Open

Line Rendering Compositing Depth pass order #81

Aydindeveloper opened this issue Apr 10, 2024 · 2 comments
Labels
redirect Issue that needs to be redirected

Comments

@Aydindeveloper
Copy link

Aydindeveloper commented Apr 10, 2024

High Quality Line Renderer Line Rendering compositing Pass It does not work with effects such as SSAO and SSR because it applies the depth late. Separate the Color pass from the Depth pass. Depth compositing can be done immediately after DepthPrepass and processed in SSAO.

image

HighQuality Line SSAO ON
image

Line Renderer SSAO ON
image

Line Renderer SSAO OFF
image

@qlee01
Copy link

qlee01 commented Apr 10, 2024

I guess your best chance is to make a bug report inside of Unity, as this is a Unity feature and not part of the hair package.

@qlee01
Copy link

qlee01 commented Apr 12, 2024

if you receive a public URL for the bug, could you post here so I can vote for it?

@fuglsang fuglsang added the redirect Issue that needs to be redirected label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
redirect Issue that needs to be redirected
Projects
None yet
Development

No branches or pull requests

3 participants