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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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.