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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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.