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 @@ -170,8 +170,8 @@ void InitializeBakingSetList()
m_RenameSelectedBakingSet = false;

// Rename profile asset to match name:
set.profile.name = set.name;
AssetDatabase.RenameAsset(AssetDatabase.GetAssetPath(set.profile), set.name);
set.profile.name = set.name;
}
}
else
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 @@ -74,6 +74,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fixed errors spamming when in player mode due to ray tracing light cluster debug view (case 1390471).
- 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.

## [14.0.0] - 2021-11-17

Expand Down