Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.6.0b6
Issue ID
875399
Regression
Yes
Particle System Crashes on InitialModule::Start when particle subemitter are emitted
To reproduce:
1. Open attached project: "FallingMeteorCrash.zip"
2. Open scene: "BUG SCENE"
3. Press play.
Crash! if not, repeat several times.
0x0000000140EF2E9B (Unity) InitialModule::Start
0x0000000140F6D6A6 (Unity) ParticleSystem::StartModules
0x0000000140F73B73 (Unity) ParticleSystem::Emit
0x0000000140F76F39 (Unity) RecordEmit
0x0000000140F12B7A (Unity) SubModule::Update
0x0000000140F3297A (Unity) ParticleSystem::UpdateModulesPostSimulationIncremental
Notes: There is two particle systems. Aura and Meteor (Meteor has lots of subemitters). Wihtout aura I couldn't reproduce the crash, maybe it's just a coincidence. Crashes with less particle systems, but not always, like 20% chance to crash.
Reproducible on: 5.6.0b6 (1b8fda8687a3)
Not reproducible on: 5.6.0b5 (802d0eaaa43c)
Regression introduced in 5.6.0b6 (1b8fda8687a3)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
- [UI Builder] Value is not selected when left clicking on Spacing/Border Widget values
Add comment