Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.6.0a5
Issue ID
854461
Regression
Yes
[Regression][Lighting] Rendered Ambient Intensity default value in 5.6 is different from 5.5
1. Open Unity;
2. Create new project;
3. Add some simple gameobjects (plane, cube) to the scene;
4. Observe directional light intensity with default values in 5.6;
5. Compare the values with the same project created in 5.5.
Actual result:
Rendered Ambient intensity value differs from 5.5: it's significantly lower and the default color of reflected directional light is more yellowish comparing to 5.5 (see attached screenshot). Note that both Directional Light and Lighting Inspector values are identical
Regression introduced in Unity 5.6.0a3.
Expected result:
Default rendered light intensity values should be the same in 5.5 and 5.6.
Workaround is either to restart Editor or to build project to Standalone.
Notes:
- The underlying reason for this bug might be Ambient Intensity value that could not be adjusted in 5.6;
- Reproducible in 5.6.0a5, 5.6.0a4, 5.6.0a3;
- Not reproducible in 5.6.0a2, 5.5.0f3;
- Reproducible on Windows 10 and OSX 10.12.1;
- Reproducible only in the new project;
- The issue is happening only in Editor and doesn't happen in Standalone builds.
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
johnluxford
Dec 15, 2017 20:52
I've been attempting to set this via `RenderSettings.ambientIntensity = 0.5f` at runtime (using Unity 2017.2.0p4) and it's not changing.