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
- Physics SyncColliders 3x-7x performance regression from 2022LTS to U6
- ListView's '+' button causes a recursively dispatching event when the visual element area is filled up
- Soft keyboard closes immediately after multiple touches are made if Pointer Behavior is set to SingleUnifiedPointer
- UI Image batching breaks when interleaving elements with mixed z-positions and materials
- KeyNotFoundException is thrown when retrieving some values from HyperLinkClickedEventArgs
Add comment