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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [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:
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.