Search Issue Tracker
Fixed
Fixed in 6000.1.0a4, 7000.0.0a14
Votes
0
Found in
6000.1.0a2
7000.0.0a10
Issue ID
UUM-86039
Regression
Yes
[URP] Empty URP project is throwing error on new project duplicated asset name for DefaultVolumeProfile.asset
Steps to reproduce:
- Create a 3D URP Project from Hub.
- Check editor consoleWindow.
Actual results: Error are immediately present.
"GUID [ab09877e2e707104187f6f83e2f62510] for asset 'Packages/com.unity.render-pipelines.universal/Editor/Volume/DefaultVolumeProfile.asset' conflicts with:
'Assets/Settings/DefaultVolumeProfile.asset' (current owner)
We can't assign a new GUID because the asset is in an immutable folder. The asset will be ignored."
"Failed to find Packages/com.unity.render-pipelines.universal/Editor/Volume/DefaultVolumeProfile.asset in ProjectPath.
UnityEditor.AssetPostprocessingInternal:PostprocessAllAssets (string[],string[],string[],string[],string[],bool)"
"Failed to find Packages/com.unity.render-pipelines.universal/Editor/Volume/DefaultVolumeProfile.asset in ProjectPath.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)"
Expected results: No errors upon creating a template Project.
Reproducible with versions: 6000.1.0a3
Not reproducible with versions: 2021.3.45f1, 2022.3.51f1, 6000.1.0a1
Tested on (OS): macOS, Windows 11
Note: contradictory information on 6000.1.0a2 if it produce it or not.
**
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note (fix version 6000.1.0a4):
Fix for a GUID conflict between template URP asset and URP package. GUID was regenerated with template and urp package content in mind.