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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.