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
- Animator States disappear when opening their Context Menus right after Pasting them
- "NullReferenceException" is thrown when rapidly expanding and collapsing the folders in the VFX Graph Node creation menu
- VFX Graph tab always opens between "Scene" and "Game" views instead of opening after already opened tabs
- Editor crashes on "MonoBehaviour::Transfer<GenerateTypeTreeTransfer>" when resetting package defaults in VR Template project
- Rotation tool Gizmo is stuck in the Scene View when unchecking/checking the "Orient" node in the VFX Graph and the Scene view is visible
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.