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
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- Addressables Profiles and Analyze windows no minimum window size
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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.