Reproduction steps:
1. Open the attached “repro-project“
2. In the HDRP Wizard window select the “Fix“ button under the “Assets Migration“ configuration option
3. Note the warning logged in the Console saying the asset is migrated and the project should be saved to save the changes
4. Observe the issue remaining unfixed after saving
Reproducible with: 2021.3.31f1, 2022.3.12f1, 2023.1.0a24
Not reproducible with: 2023.1.18f1, 2023.2.0b15, 2023.3.0a11
Fixed in: 2023.1.0a25
Reproduced on: Windows 10 Pro, Windows 11 (by reporter)
Not reproducible on: No other environment tested
Notes:
1. The full warning logged in the Console:
“Migrated asset Assets/HDRPDefaultResources/HDRenderPipelineGlobalSettings.asset. You should save your project to save changes.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)“
2. Trying to build the project fails with the following error:
”Error building Player: BuildFailedException: Current HDRenderPipelineGlobalSettings Assets/HDRPDefaultResources/HDRenderPipelineGlobalSettings.asset is a non updated asset. Please use HDRP wizard to fix it.”