Search Issue Tracker
By Design
Votes
0
Found in
2020.3
2020.3.7f1
2021.1
2021.2
Issue ID
1335647
Regression
No
Environment changes are not saved into the Scene Template when lighting is not generated
How to reproduce:
1. Create a new project
2. Open the Environment Lighting settings (Window->Rendering->Lighting Settings->Environment)
3. Change Realtime Shadow Color (or any other setting)
4. Save the Scene and Save it as a Template (File->Save as Scene Template...)
5. Create a new Scene using the newly created Scene Template
Expected results: Environment settings are saved to the Scene Template
Actual results: Environment settings are not saved to the Scene Template
Reproducible with: 2020.3.9f1, 2021.1.8f1, 2021.2.0a17
Could not test with: 2019.4.27f1 and earlier because Scene Template creation was not yet available
Note:
- Generating Lighting will save the Environment changes to the Scene Template
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 Toolkit throws warning and fails to clear references when fields are not typed as UnityEngine.Object
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
Resolution Note (2022.1.X):
Scene Template can only track dependencies of a scene if those are available through the AssetDatabase. In the current workflow, until the user presses Generate Lighting the LigthingData doesn't exist.
If the user Generates the lighting those dependencies will be available.