Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
10.1.0-preview.24
Issue ID
1277677
Regression
No
[HDRP] Skybox scene view toggle makes HDRP lit render too bright
Steps to repro:
1. open HDRP project
2. toggle "skybox" off from "scene effects toggle" in scene view
3. observe HDRP lit objects with baked GI render incorrectly
Expected: stable render result when no skybox
Actual: object reaches max brightness when moving around scene
Repro: 2020.2.0b2 + HDRP 10.0.0-preview.24 (master)
Notes:
- skybox=off breaks PBR
- the object becomes very bright depending on distance to scene view camera
- also repro with post-processing disabled in scene effects toggle
Workaround: do not toggle skybox to off in scene effects toggle
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:
This is related to auto exposure. As the sky is not rendered anymore, most of the scene is very dark, leading to the auto exposure value to be very low and therefore the scene is getting over exposed.
Workaround: users can either use fixed exposure, or keep skybox scene effect toggle enabled.