Search Issue Tracker
By Design
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
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
- Mouse and Pointer Events are called incorrectly in ScrollView with XRUIInputModule
- Memory leak occurs when repeatedly minimizing and maximizing the UI Builder window
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.