Search Issue Tracker
By Design
Votes
1
Found in [Package]
Issue ID
1039152
Regression
No
SRP Lightweight render shows black screen when render scale is not close to 1 with differing HDR settings between cameras
Reproduction steps:
1. Open the attached "Stripped_1039152" project.
2. Open the "HDR and renenderscale bug" scene.
Actual behavior:
- Game view is black with a white text.
- Camera (Main Camera) with HDR enabled is drawn black.
Workarounds:
- Select "LightweightAsset" in the Project View and set Render Scale slider close to 1.
- Enable HDR for "Canvas > HUD CAMERA".
Reproduced with:
2018.3.0a1, 2018.2.0b4, 2018.1.1f1, 2018.1.0a1
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
LWRP does not support Screen Space - Camera mode. We will remove this option from UI when LWRP is enabled. The alternative is to use Screen Space - Overlay or World Space camera.
By using a second camera to render your UI you have extra culling cost, camera state setup and bandwidth cost by writing and reading more memory. If a second camera depends on the result of a previous one, the camera render target has to be initialized by reading external memory to GPU, this is especially troublesome in mobile as external reads from GPU memory consume power and therefore can cause device to overheat.