Search Issue Tracker
By Design
By Design in 2023.2.X
Votes
0
Found in
2022.2.0a17
2022.2.0b1
2022.2.1f1
2023.1.0a21
2023.2.0a1
Issue ID
UUM-20676
Regression
No
Objects do not receive lighting from StaticLightingSky
Repro :
- Open the attached project
- Open scene : Scenes/APV
- Bake and notice the cube receives lighting from the cubemap
- Open additively : Scenes/APV_terrain_bug
- Bake again
- cubes are not lit by sky
This is with lightmaps, but APV breaks the same way
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
- Invalid Clip Method
- WebGPU error with Fantasy Kingdom and GPU Resident Drawer
- WebGPU fails with height fog in Fantasy Kingdom
- Crash on UndoManager::RegisterUndoInternal when applying added GameObjects to a Prefab
- [Asset Bundles] A new bundle hash is not generated when the name of a serialized field is changed
Resolution Note:
The issue came from the multi-scene setup.
This warning was displayed in the console:
> One Static Lighting Sky component was already set for baking, only the latest one will be used.
This means that the Lighting Environment panel was configured in more than one scene so the system will just use whichever is loaded last.
The fix for this is to remove the Volume asset from all scenes but one in the Environment panel and make sure to save the scenes.
Then, when loading the scenes together, make sure the warning isn't displayed anymore.
Resolution Note (2023.2.X):
The issue came from the multi-scene setup.
This warning was displayed in the console:
> One Static Lighting Sky component was already set for baking, only the latest one will be used.
This means that the Lighting Environment panel was configured in more than one scene so the system will just use whichever is loaded last.
The fix for this is to remove the Volume asset from all scenes but one in the Environment panel and make sure to save the scenes.
Then, when loading the scenes together, make sure the warning isn't displayed anymore.