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
- Sprite Editor Window not visualizing changes when selecting different Filter Modes
- Crash on UnityEngine.Rendering.RenderPipelineAsset:InternalCreatePipeline () when opening a project
- The Texture Shape of an Image changes from 2D to a Cube when the project is upgraded to 2019 and above
- Building 3D Sample Scenes (URP) Project fails
- Alpha channel is disabled when Alpha Clip Threshold is set to 0
Resolution Note (fix version 14.0.2):
Fixed in 14.0.2 available in 2022.2.0a10 and up