Search Issue Tracker
By Design
Votes
0
Found in
5.4.0f1
Issue ID
820740
Regression
Yes
Baked lights are emiting light like realtime until they are baked
Steps to reproduce:
1. open attached "DynamicLightingTest.zip"
2. play the scene
- light turns on and off every 5 seconds
Expected: A baked light should not emit light like a realtime light and should always be "unlit" until baked
note: It is visible in builds as well
Reproduced: 5.2.5f1, 5.4.0p2, 5.5.0a6
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
- 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
Jesper-Mortensen
Sep 01, 2016 12:13
This is because until the scene has been baked the lights will be considered as realtime lights. When the bake has completed the lights will be marked as having been baked into a lightmap and will be no longer handled as realtime lights.
The reason for doing this is so you can see direct lighting before the bake has completed.
So baking your lighting resolves this issue.