Search Issue Tracker
Fixed in 5.2.0
Votes
34
Found in
4.3.4f1
Issue ID
606420
Regression
No
[Performance] Shuriken particle system module "Limit velocity over lifetime" is fps dependent
Reproduced with:
Unity Version 4.3.4f1 (e444f76e01cd)
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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- 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
Backward pieS
May 20, 2015 18:56
Yeah, I'm still experiencing this problem with my particles in v4.6.5.
Archanor
May 12, 2015 22:19
I also had this issue once after switching between various build platforms. Seemed like the strength of the "Limit Velocity..." suddenly was halved, though I had no issues with the framerate in my scene.
I fixed it by changing the build settings from Android build to Web Player. Very strange issue.
mangax
May 04, 2015 14:28
yes i confirm this issue still in latest unity 5!
this should be fixed soon! many cartoony effects can only be achieved using velocity limit..
Devil_Inside
Oct 26, 2014 16:49
Seems like it won't be fixed in 5.0... :\
luniac
Aug 24, 2014 18:51
Yes I noticed this happening but didnt realize it was connected to framerate. My flamethrower particle system shoots much farther in editor mode than play mode, this is very annoying because it directly affects my gameplay if fps starts fluctuating...
EagleFist
Jul 17, 2014 23:57
Can confirm. It's the 'Dampen' part of limit velocity that seems to be frame-rate dependent - you can still explicitly set the velocity of a particle over time with a curve. That's often not good enough though, so would be great if this was fixed.
LoTekK
Jun 04, 2014 03:23
I'd noticed this a lot with my previous project, but my fx production timeline meant that I simply made do with value tweaks. I'd like to see this fixed, because it's horribly counter-intuitive, especially with so many of Unity's own docs making a point of reminding users of framerate-independence.
As a quick update, this is still present in 4.5.0f6.
Devil_Inside
May 17, 2014 15:41
I've seen people asking why sometimes Shuriken behaves differently in edit mode than it does in play mode. Well, that's the reason. Edit mode seems to be vsynced, while play mode depends on your quality settings. If you don't have vsync enabled in your quality settings, the much higher FPS might result in this module screwing up your particle system behaviour.