File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
com.unity.render-pipelines.core/Editor/Lighting/ProbeVolume
com.unity.render-pipelines.high-definition Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -170,8 +170,8 @@ void InitializeBakingSetList()
170170 m_RenameSelectedBakingSet = false ;
171171
172172 // Rename profile asset to match name:
173- set . profile . name = set . name ;
174173 AssetDatabase . RenameAsset ( AssetDatabase . GetAssetPath ( set . profile ) , set . name ) ;
174+ set . profile . name = set . name ;
175175 }
176176 }
177177 else
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7474- Fixed errors spamming when in player mode due to ray tracing light cluster debug view (case 1390471).
7575- Fixed warning upon deleting APV data assets.
7676- Fixed an issue in the instance ID management for tesselation shaders.
77+ - Fixed warning when an APV baking set is renamed.
7778
7879## [ 14.0.0] - 2021-11-17
7980
You can’t perform that action at this time.
0 commit comments