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
- Frame Debugger's Hierarchy is not navigable when connecting it to the project built with the Volumetric Fog
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
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.