Unity-Technologies / com.unity.demoteam.hair

An integrated solution for authoring / importing / simulating / rendering strand-based hair in Unity.
Other
710 stars 96 forks source link

Line Rendering Compositing Depth pass order #81

Open Aydindeveloper opened 3 months ago

Aydindeveloper commented 3 months ago

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 commented 3 months ago

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 commented 3 months ago

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