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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
Resolution Note (fix version 14.0.2):
Fixed in 14.0.2 available in 2022.2.0a10 and up