Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
8.0.0 staging
Issue ID
1210364
Regression
No
[HDRP] There is a vertical shift between Forward and Deferred camera when planar reflection is rendered to a texture target
1) change manifest to point to your SRP directory
2) load scene tmp
3) Select game object MSAA Camera
4) Switch from Forward to Deferred
5) Keep clicking ctrl+z and ctrl+y to undo/redo.
6) Notice the shift in the reflection
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
After investigation, the issue is simply due to precision issues due to storing the depth and the normal in buffers instead of passing them directly to the pixel shader.