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
- Build fails when building a project containing an 18+ dimension array with IL2CPP
- [Android][Sentis] Human poses are not detected when using the BlazePose model
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
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.