From 5842fb018acf8547ae92b7b83ca3541b68a75a88 Mon Sep 17 00:00:00 2001 From: FrancescoC-Unity Date: Mon, 24 Jan 2022 16:10:38 +0100 Subject: [PATCH 1/2] Refresh all properties correctly. --- .../Editor/Lighting/ProbeVolume/ProbeVolumeBakingWindow.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/ProbeVolumeBakingWindow.cs b/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/ProbeVolumeBakingWindow.cs index 66cba4bc123..fe5d4aab41b 100644 --- a/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/ProbeVolumeBakingWindow.cs +++ b/com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume/ProbeVolumeBakingWindow.cs @@ -203,6 +203,9 @@ void InitializeBakingSetList() Undo.RegisterCompleteObjectUndo(sceneData.parentAsset, "Deleted baking set"); ReorderableList.defaultBehaviours.DoRemoveButton(list); UpdateSceneData(); + // A new set will be selected automatically, so we perform the same operations as if we did the selection explicitly. + OnBakingSetSelected(m_BakingSets); + } }; From 076444f8e43e1570247e45a23b28d4431f9176a7 Mon Sep 17 00:00:00 2001 From: FrancescoC-Unity Date: Mon, 24 Jan 2022 16:17:33 +0100 Subject: [PATCH 2/2] changelog --- com.unity.render-pipelines.high-definition/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/com.unity.render-pipelines.high-definition/CHANGELOG.md b/com.unity.render-pipelines.high-definition/CHANGELOG.md index 9dc28ed40a0..45e2f4cbb3d 100644 --- a/com.unity.render-pipelines.high-definition/CHANGELOG.md +++ b/com.unity.render-pipelines.high-definition/CHANGELOG.md @@ -67,6 +67,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fixed an issue where APV cells were not populated properly when probe volumes have rotations - Fixed issue where changes to APV baking set lists were not saved. - Fixed Correlated Color Temperature not being applied in Player builds for Enlighten realtime GI lights (case 1370438); +- Fixed issue where scene list was not refreshed upon deleting an APV baking set. ## [14.0.0] - 2021-11-17