Search Issue Tracker
Not Reproducible
Votes
23
Found in
5.4.0b17
Issue ID
797694
Regression
No
CPU spikes when moving Particle Systems in game; Material.SetPassUncached taking a lot of time?
Reproduction Steps:
1. Open User's project
2. Make sure Profiler is visible
3. Play scene
Note: One or two spikes usually appear at the beginning of run, after that it is random.
Expected behaviour: no CPU spikes, constant CPU workflow.
Reproduced in versions: Unity 5.2.4f1, 5.3.4f1, 5.4.0b12, 5.4.0b17, 5.4.0b18
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
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
- ShadowCaster2D breaks on certain Rotation positions when Casting Source is set to PolygonCollider2D
HahnSC
Mar 28, 2017 10:41
And I was found this problem in 5.4.2f2.
Only 7 particles in my scene. The profiler shown ParticleSystem.Update() take nearly 80ms.