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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.