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
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
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.