Search Issue Tracker
Duplicate
Votes
0
Found in
5.6.0b6
Issue ID
875407
Regression
No
Particle system subemitter does not always seem to spawn particles
To reproduce:
1. Open attached project.
2. Open scene: scene with six meteors
3. Press play
4. Observe how particles crashes into the plane.
5. Repeat steps 3-4 several times, until you get two different outcomes.
Expected result: Meteor always explodes.
Actual result: Sometimes particle subemitter spawns particles, sometimes not. Particles should be emitted by ParticleSystem.Emit(1).
Notes: There is a script ParticleProjectile.cs, which checks if rigid body hits the ground collider, then it tries to do ParticleSystem.Emit(1). Sometimes a flash is visible (direct ps which is played), but its subemitters are not played.
If particles are created at the same time, the same output it will produce. but if they're created at different times, result is random.
Some times half of the subemitters spawn particles, but others don't. (Gifs)
Reproduced on: 5.6.0b6, 5.5.0p1
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
- 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
This is a duplicate of issue #869728