Hello, I am currently trying to build a shader using the normals part of the DepthNormals texture from my main camera in URP.
I wanted to be able to take into account the objects normal maps so dropped a mesh and added a custom URP/Lit material to it which had a generic normal texture in the Fragment Normals node.
However, I unfortunately can’t seem to see any changes when visualizing the normals part of the depthnormals texture.
Are the normal maps not supposed to be rendered in the normal part of the internal DepthNormals texture ?
I am quite new at writing / using custom shaders so I might have missed something obvious.
Also this might be a duplicate of Fragment Shader Normals in DepthNormalsTexture but this thread is almost 10 years old now so I figured it’d be okay.