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.
Comments (1)
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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
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.