Search Issue Tracker
Duplicate
Votes
0
Found in
5.4.0b17
Issue ID
796589
Regression
Yes
Local space particles flicker when moved quickly in LateUpdate
How to reproduce:
1. Open the attached project "796589TestParticles.zip"
2. Open and play ParticleBug scene
3. Hold down the space bar to move the camera (Particles are a child object of a transform that has its position updated every frame in LateUpdate)
4. As the speed of the moving object increases, the particles begin to flicker more and more
5. The Move Camera script has a Speed property so you can try it at different speeds and see how the particles' flickering changes or they completely disappear
Note: if object is moved in Update, particles don't flicker
Not reproducible: 5.2.4p1
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
- Errors when rendering a camera to render texture with only depth
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
This is a duplicate of issue #791794