Search Issue Tracker
By Design
Votes
0
Found in
2019.1
2019.1.0b6
Issue ID
1136117
Regression
Yes
Ambient lighting and reflection not created in new scene
We've run into an issue in LWRP with a test scene, this also repos in builtin and have found a very easy repo which should also fix the LWRP issue.
Repo steps:
1) Open attached project (or create new project)
2) Go File/New Scene
3) Right click in the hierarchy and create a Cube
Expected results: Cube should have an ambient probe and default reflection probe
Actual results: Cube has black SH probe and also the default UnityBlack Cubemap
Didn't do full pass on testing but happens in 19.1b6 and works fine in 18.3f1 so it is a regression somewhere between there
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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
Resolution Note (2019.2.X):
After investigating the issue further, it seems the culprit is the fact that Auto Generate is disabled by default in new scenes. Neither ambient reflection probe, nor ambient light probe are generated in realtime. In built-in RP, they are both generated upon baking the lighting in the lighting settings window.
Keep in mind however, that this does not affect the template scene, or the starting SampleScene after opening Unity. Only subsequently created scenes will manifest this issue.