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
- Unrecognized identifier DECLARE_STACK_CB error is thrown when VirtualTexture Property is used with Custom RenderTexture target
- SpriteShapeController.OnWillRenderObject() is ~20 ms when using SpriteShapeController.BakeMesh() and never updating the spline
- Editor freezes briefly when "multi-selecting" TextMeshPro GameObjects In the Hierarchy window in Prefab Mode, if 5 or more Inspector windows are open
- OnEndDrag event not triggered when losing Editor focus during simultaneous Left and Right mouse drag
- Texture displays visual artifacts and has a broken aspect ratio when it is imported in RGB 48-bit format
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.