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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
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.