Search Issue Tracker
By Design
Votes
0
Found in [Package]
2.1.7
Issue ID
1196589
Regression
No
[Post Processing] Volume properties change on changing the properties in its preset asset and vice versa
Postprocessing Volume properties change on changing the properties in its preset asset and vice versa.
Steps to repro:
1. Create a new project.
2. Windows > Package Manager > Post Processing > Install.
3. Create a cube > Add Component > Post-process Volume.
4. Create a new Volume Profile > Add effects > Unity > Bloom
5. Create a preset for Post-process Volume.
6. Check all the properties checkbox and edit in Volume preset asset.
Actual Result:
Postprocessing Volume properties changes on changing the properties in Volume preset asset
Expected Result:
Postprocessing Volume properties should not be changed.
Tested in Package Version: 2.1.7, 2.1.6, 2.1.5, 2.1.4, 2.1.3, 2.1.2, 2.1.1, 2.1.0.
Reproducible on:
2020.1.0a12, 2019.3.0b10, 2018.2.0f2, 2018.1.0b5.
Environment:
Windows 10 & Mac 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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
This is expected and by design. Volume profiles are, like materials, assets on disk. So any modification made is part of the asset and as such will be reflected everywhere the asset is used.