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
- Changing "PreWarm" parameters on VFX Graph leads to significant performance drops and freeze
- Player display resolution changes to the native resolution of the monitor when Player becomes unresponsive
- [Quest] Game View is no longer rendered in the HMD if it's hidden in the Editor when using Meta Link
- Unity auto-generates code it can't compile when classes are renamed
- Terrain's "Grass Tint" Color picker has Alpha 0 by default
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.