Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
2.2.2
Issue ID
1206262
Regression
No
Post Processing not getting correct render target when using Camera.SetRenderBuffers
How to reproduce:
1. Open "SampleScene" from the attached project
2. Open Game View and Frame Debugger windows
3. In Hierarchy select "Main Camera" and enable "Custom Depth Texture" component
4. Enable Frame Debugger and select "CommandBuffer.BeforeImageEffects/Post-processing/Draw Dynamic" call
5. Inspect the texture set as "_MainTex" parameter
Expected result: texture contains the rendered scene
Actual result: texture is set to "UnityWhite"
Reproducible with: 2017.4.36f1(2.1.7), 2018.4.15f1(2.2.2), 2019.2.17f1(2.2.2), 2019.3.0f4(2.2.2), 2020.1.0a18(2.2.2)
Notes: Same result with DX11, OpenGLCore and Vulkan
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- NullReferenceException is thrown when assigning an Object to a custom DebugUI.ObjectField in Rendering Debugger
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
Add comment