Search Issue Tracker
Won't Fix
Won't Fix in 6000.4.X
Votes
0
Found in
6000.0.61f1
6000.2.10f1
6000.3.0b8
6000.4.0a3
Issue ID
UUM-124796
Regression
No
”Lighting data asset ‘LightingData’ is incompatible with the current Unity version…” warnings are thrown when saving Indoors (URP) and Outdoors (URP) Scenes as Scene Templates
Reproduction steps:
1. Create a new project
2. Open New Scene window (File > New Scene)
3. Select Indoors (URP) or Outdoors (URP) Scenes and click “Create” button
4. File > Save As Scene Template…
5. Observe the Console
Actual result: “Lighting data asset ‘LightingData’ is incompatible with the current Unity version…” warnings are thrown
Expected result: No errors or warnings are thrown
Reproducible with: 6000.0.61f1, 6000.2.10f1, 6000.3.0b8, 6000.4.0a3
Couldn’t reproduce with: 2022.3.68f1 (No Indoors (URP) or Outdoors (URP) Scenes)
Reproduced on: Windows 11, macOS Sequoia 15.4 (M4)
Note:
Full warnings:
{code:java}
[Worker1] Lighting data asset ‘LightingData’ is incompatible with the current Unity version because the scene it was baked for was not serialized. Please use Generate Lighting to rebuild the lighting data, or assign the target scene to the Lighting Data Asset in the inspector.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
{code}
{code:java}
[Worker1] Lighting data asset ‘LightingData’ is incompatible with the current Unity version because the scene it was baked for was not serialized. Please use Generate Lighting to rebuild the lighting data, or assign the target scene to the Lighting Data Asset in the inspector.{code}
Slightly different warning on macOS:
{code:java}
[Worker0] Lighting data asset ‘LightingData’ is incompatible with the current Unity version because the scene it was baked for was not serialized. Please use Generate Lighting to rebuild the lighting data, or assign the target scene to the Lighting Data Asset in the inspector.
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()
{code}
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
- [Linux] Cannot reorder GameObjects in the Hierarchy when the AI Assistant package is installed
- [iOS] Text Input field stops receiving changes when the "Cancel" button is used on the soft keyboard
- [WebGPU] URP RenderGraph RenderPass doesn't clear textures
- Query Builder items display raw code style names instead of human readable labels in search field
- “+” button does nothing and has no functionality when clicked in Human Template "Bone Template" list
Resolution Note:
This warning actually provides an intended instruction for user to follow: Generate Lighting to rebuild the lighting data, or assign the target scene to the Lighting Data Asset in the inspector and then Save the scene template again and no warning should be shown.
Resolution Note (6000.4.X):
This warning actually provides an intended instruction for user to follow: Generate Lighting to rebuild the lighting data, or assign the target scene to the Lighting Data Asset in the inspector and then Save the scene template again and no warning should be shown.