Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2018.4.X, 2019.2.X, 2019.3.X
Votes
10
Found in
2018.4.4f1
2019.1.0a1
2019.1.9f1
2019.2.0a1
2019.3.0a1
Issue ID
1168859
Regression
Yes
WorldCollision crashes when spawning particles with World Collision enabled
To reproduce:
1. Download project from the link and open in Unity
2. Open "SampleScene" scene
3. Drag and Drop "ExplosionTomakHighQuality.prefab" into a Scene
Expected Result: Unity Editor successfully plays a Particle System
Actual Result: Unity Editor crashes
Notes:
- This issue appears on both Windows and macOS
- The Stack trace and link to the Project are shared in the Comments section
- Workaround: As soon as you remove the two Sub Emitter entries from the Parent particle effect the crash disappears
Reproduced on Unity 2018.4.4f1, 2018.4.6f1, 2019.1.14f1, 2019.2.1f1 and 2019.3.0a11
Not reproduced on Unity 2018.3.14f1 and 2018.4.3f1
Regression on Unity 2018.4.4f1
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
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
- Mistakes in multiple Particle System Components pop-up
Hexagonon
Dec 25, 2019 13:38
As I sent the issue to you and see you fixed it I am very thankful and happy to use unity further in future.
So just writing to say Thank you ;)
TSWessel
Oct 01, 2019 11:13
2018.4.9f1 is still affected.
This workaround seems to work for us in the meantime: make sure your sub emitters have a high enough Max Particles setting.
Example:
If you have a particle system with Max Particles set to 5, and it has a sub emitter that spawns 7 particles for each parent particle, then the Max Particles of the sub emitter should be at least 5 × 7 = 35.
playemgames
Aug 23, 2019 16:07
I've had this bug since 2019.1.9 for all that are affected.