Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
11.0.0
Issue ID
1306637
Regression
No
[VFX Graph] Particle Strip jitters in the Scene and in the Preview window
How to reproduce:
1. Open the user's attached "test VFX GRAPH 2020.1.zip" project
2. Open the "strip flipbook" Scene
3. Observe the "Visual Effect" GameObject in the Scene view
Expected result: Particle Strip does not jitter
Actual result: Particle Strip jitters
Reproducible with: 10.2.2 (2020.2.2f1), 11.0.0 (2021.1.0b3, 2021.2.0a2)
Could not test with: 2019.4.18f1 (Due to Visual Effect not working when downgrading)
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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Resolution Note:
The problematic behavior I see when trying to reproduce is the stretch lines that go across the strips.
This is not a bug per say, just that the provided graph is not correct : the texIndex is set Per-particle, and thus changes vastly along the strip, hence the streched UVs.
The jitter visible in the repro video is due to the fact that the flipbook provided has an empty first frame.