Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
0
Found in [Package]
7.1.5, 7.1.1
Issue ID
1200312
Regression
No
[HDRP] Unable to add "Overrides" in "Volume Profile" on deleting the existing overrides in its preset asset
ArgumentException is thrown on selecting the "Volume Profile" asset after deleting the existing override. NullReferenceException is thrown continuously on adding any Override to the "Volume Profile" asset. refer the attached gif and StackTrace text file
Steps to repro:
1. Create a new project with HDRP Template
2. Upgrade High Definition RP Package to 7.1.5
3. Assets > Create > Volume Profile
4. Select "New Volume Profile" > Add Override > Exposure/Fog/Shadows
5. Create preset of Volume Profile
6. Assets> Volume Profile preset > Delete any override(Fog/Shadows)
7. Assets > New Volume Profile asset > Add multiple overrides
Actual Result:
NullReferenceException is thrown continuously on adding any Override to the "Volume Profile" asset also ArgumentException is thrown on selecting the "Volume Profile" asset after deleting override from its preset
Expected Result:
Overrides should be added to "Volume Profile"
Reproducible on:
2020.1.0a14, 2019.3.0b12
Note: Unable to check on 7.1.2 because this package version was broken
Package Found version: 7.1.5, 7.1.1
Environment:
Windows 10 & macOS 10.14
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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Resolution Note:
This issue comes from a limitation of the preset system that cannot deal well with sub objects in an asset. For this workflow to work we need to do some major refactoring. We have plans for that but no ETA yet.