Search Issue Tracker
By Design
Votes
0
Found in
2018.3.5f1
Issue ID
1130246
Regression
No
Unable to Bind Null Depth Buffer When Using MRT
Steps:
1. Open attached repro project
2. Open the scene
3. Hit play
4. observe console for errors
Expected: depth should be optional when doing Command Buffer::SetRenderTarget(RenderTargetIdentifier[] colors, RenderTargetIdentifier depth)
Reproducible in :2019.2.0a6
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note (2020.1.X):
Resolving this as by design. The API here can't support the proposed use case and we are reluctant at adding new APIs (which is more of a feature request) now that we have the render pass API