Search Issue Tracker
Fixed in 5.4.0
Votes
39
Found in
4.0.0f2
Issue ID
496494
Regression
No
[Culling] Shuriken is culling particles when we're using SetParticles
Steps to reproduce :
- open the test scene and press play
- notice that when the particle system leaves the camera's frames all the particles vanish
Possible workarounds:
1. keep emission module enabled.
2. set particle's startLifetime to float.MaxValue
3. do 1 call to Emit() prior to setting the particles.
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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
VesuvianPrime
Apr 03, 2014 17:50
This is likely causing me some serious problems too: http://forum.unity3d.com/threads/238239-Shuriken-ParticleSystem-issues-with-particles-being-cleared
valyard
Mar 18, 2014 08:43
OMG, this issue is there since 2012.
It's so damn annoying.
SeriouSerg
Mar 12, 2014 07:57
Shuriken is unusable in many scenes, especially in fire animation, clouds, fog... Sad but true.
Dantus
Mar 11, 2014 17:59
This bug is very unfortunate. Unlike other culling bug in Shuriken, there is no workaround for this one.