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
- [iOS] WebCamDevice.availableResolutions returns a single resolution with width and height both 0 on some iOS devices
- Editor freezes when selecting a GameObject in Play Mode with a script containing a public byte array
- Saving moves Toggle Button Group buttons to the wrong place in hierarchy
- [iOS] Visual artifacts are visible when the camera's feed is rendered to a texture
- Error "cannot map expression to ps_4_0 instruction set" in Shader Graph preview when using the GATHER_RED_TEXTURE2D macro in custom hlsl function
Add comment