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
- “Readme” Asset is unreadable in the Inspector window when switching Editor Theme to Light
- “NullReferenceException” error thrown when switching Editor Theme to Light if “Unity Version Control” tab is enabled
- A Warning is displayed in the Inspector when a Mesh with any Material is added as a Terrain Detail
- [Android][Vulkan] Memory leak when playing and stopping a video using the Video Player on some devices
- Caret moves by a character when typing "." and any number into 'Grid and Snap' toolbar's input field
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.