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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.