Search Issue Tracker
By Design
Votes
0
Found in
2023.2.0b6
2023.3.0a3
Issue ID
UUM-48577
Regression
Yes
[URP] Environmental lighting is not loaded when the project is opened
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Scenes/SampleScene.unity” Scene
3. Observe the Scene
Expected result: The materials have textures and color
Actual result: Materials are black
Reproducible with: 2023.2.0a18, 2023.2.0b6, 2023.3.0a3
Not reproducible with: 2021.3.30f1, 2022.3.8f1, 2023.1.10f1, 2023.2.0a17
Reproducible on: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
Note:
- Workaround by pressing Generate Lighting in Window > Rendering > Lighting
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
- UI Builder Data Path Source List starts flickering and scrolling when trying to select the last item in the list
- Crash on ProcessSceneBeforeExport when analyzing selected Addressables rules in a specific project
- HDR images are compressed incorrectly with default settings on Android Platform
- Crash with multiple stack traces when painting detail on Terrain with a highly detailed Prefab
- Crash on mono_object_handle_isinst_mbyref_raw when SerializedReference points to a struct implementing ISerializationCallbackReceiver whose first field is a UnityEngine.Object
Resolution Note:
Thanks for submitting this issue!
In 2023.2 beta and later we have removed the automatic function that would generate lighting for a scene with no Lighting Data asset. New scenes created in 2023.2 beta and beyond receive the default ambient probe and reflections, but upgraded scenes do not.
The solution for this, as you note, is to generate lighting for your scene.