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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment