Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 @@ -101,6 +101,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fixed issue with automatic RendererList culling option getting ignored (case 1388854).
- 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 warning when an APV baking set is renamed.

### Changed
- Converted most TGA textures files to TIF to reduce the size of HDRP material samples.
Expand Down