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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
This is a duplicate of issue #791794