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
- ”Last item reached” warning is thrown when no search results are found in UI Toolkit Layout Debugger
- UI Elements overlap in the Shortcuts window when docked and resized to a smaller window size
- UIBuilder DataSourcePath dropdown fails to show properties when binding to abstract classes
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
This is a duplicate of issue #791794