Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2020.1
2020.1.0b2
2020.2
Issue ID
1229273
Regression
No
[Presets] Inconsistent behaviour of Preset.PropertyModifications when excluding/including properties
Reproduction steps:
1. Open the attached project ("case_1229273-PresetPropertyModifications.zip")
2. Open Editor window via "Window -> PropertyModificationsWindow"
3. Drag the 'TransformPreset0' asset from the project window into the object field in PropertyModificationsWindow
4. Observe Preset.PropertyModifications returning an array of 14 elements
5. Exclude all properties for 'TransformPreset0' asset via the inspector context menu (three dots button to the right of asset name in the inspector)
6. Observe all property modifications returned are empty
7. Include all properties one by one via the 'TransformPreset0' in Inspector - Right-click "Position", "Rotation" and "Scale" and click "Include property"
8. Observe Preset.PropertyModifications returning an array of 24 elements
9. Include all properties for 'TransformPreset0' asset via inspector context menu "Include all properties".
10. Observe Preset.PropertyModifications returning an array of 14 elements while asset inspector looks the same
Expected result: Preset modification array length remains the same
Actual result: Manually including all the properties after they were excluded yields a preset with more elements in modification array(in this case 24)
Reproducible with: 2020.1.0b6, 2020.2.0a7
Couldn't test with: 2017.4 (presets not supported), 2018.4, 2019.3 (manual include/exclude of fields is not supported)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 2020.2):
Fixed in 2020.2.0a12