Search Issue Tracker
Fixed in 14.0.2
Votes
1
Found in [Package]
14.0.0
Issue ID
1395584
Regression
No
[VFX Graph] Cannot undo changed Properties when the Visual Effect is contained in a Prefab Variant
How to reproduce:
1. Open the attached project "undoRepro"
2. In the Project window, select the Asset "Prefab Variant" (Assets/Prefab Variant.prefab)
3. In the Inspector window, under the Visual Effect "Properties" tab, change the value of the "Speed" component to 200
4. Undo the change (Edit > Undo Modified Property in Prefab...)
5. Inspect the value of the "Speed" component
Expected result: The value is 30
Actual result: The value is 200
Reproducible with: 7.7.1 (2019.4.36f1), 10.8.1 (2020.3.27f1), 12.1.4 (2021.2.9f1), 13.1.5 (2022.1.0b5), 14.0.0 (2022.2.0a3)
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
- Default Preset application and Reset() method execution order is different when adding a Component via the Inspector versus calling Reset via the Component context menu
- Scene view is not outputting HDR when the "Use HDR Display Output" option is enabled, DX12 is selected as the Graphics API, and URP/HDRP is in use
- Sprite Atlas results in suboptimal packing even when "Allow Rotation" is enabled
- References placed in a UnityEvent change to the same reference when multi-selecting their GameObjects
- "ShadowCaster2D" Component doesn't work when the "Casting Source" is set to "Polygon Collider 2D"
Resolution Note (fix version 14.0.2):
Fixed in 14.0.2 available in 2022.2.0a10 and up