Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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);

}
};

Expand Down
1 change: 1 addition & 0 deletions com.unity.render-pipelines.high-definition/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fixed warning upon deleting APV data assets.
- Fixed an issue in the instance ID management for tesselation shaders.
- Fixed warning when an APV baking set is renamed.
- Fixed issue where scene list was not refreshed upon deleting an APV baking set.

## [14.0.0] - 2021-11-17

Expand Down