Search Issue Tracker
Fixed in f5291952c37acce53036349d0315a7544be8a463
Votes
0
Found in [Package]
11.1312
Issue ID
1296788
Regression
No
[Shadergraph] View Direction node in tangent space uses inaccurate algorithm, incorrect result
Background: the transform node from world to tangent had to be fixed, as it used an algorithm that assumed that the tangent space basis was always orthonormal, which is not always the case. The view direction node, when in tangent space, used the same algorithm as the transform node used to, and hasn't been updated.
Repro steps:
1. Open the attached shadergraph in Universal RP
Expected result: the preview is solid black
Actual result: the preview has color in between the vertices, indicating that the View Direction in tangent space, when transformed to world space, does not exactly match the View Direction in world space (normalized).
Documentation ticket: https://unity3d.atlassian.net/browse/DOC-2825
Relates to https://fogbugz.unity3d.com/f/cases/edit/1217639/
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
Resolution Note (fix version f5291952c37acce53036349d0315a7544be8a463):
View direction node was updated to use the new algorithm also used by the Transform node.
Resolution Note:
View direction node was updated to use the new algorithm also used by the Transform node.