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
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
- Crash on EditorApplication:Internal_CallUpdateFunctions when pushing property block by index to SpriteShapeRenderer
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.