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
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
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.