Search Issue Tracker
Fixed
Fixed in 2021.3.29f1, 2022.3.5f1, 2023.1.2f1, 2023.2.0a21
Votes
0
Found in
2021.3.27f1
2022.2.20f1
2023.1.0b18
2023.2.0a16
2023.3.0a3
Issue ID
UUM-36599
Regression
No
[HDRP] New scene templates duplicate assets when saved.
Steps to reproduce :
* In an HDRP project
* Click on "File > New Scene"
* Select "Basic Indoors"
* Click "Create"
* Save the scene in the project
Expected : The scene is saved with only necessary assets in a same name folder as the scene file.
Result : The scene is saved, but the matching folder contains unnecessary duplicated assets:
!image-2023-05-24-10-50-30-244.png!
* ❌ DefaultHDMaterial : This is a copy of the default material that HDRP assigns to new 3D primitives. While it can be handy to have a copy of it to easily edit the plane mesh provided with the scene, it is not necessary and replacing the unity read only default material by their own for editing is a known workflow from users.
* ✅ SkyandFogSettingsProfile: This is a copy of the volume that is used in the scene. It is very handy to have it here to allow to editor the rendering and visuals of the scene.
* ❌ .png image files: They are duplicates of image files used as icons for different components/scriptable objects that are referenced in the scene. They already exist in the HDRP or CoreRP packages and should not be copied over.
** HDAdditionalLightData.png
** Volume.png
** VolumeProfileAsset.png
Notes:
* This also happens with the Outdoors template, minor the material as it is not referenced in the scene.
* The issue doesn't occur in URP, even if the URP scene template also has a volume with a volume profile assigned.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Add comment