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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
This is a duplicate of issue #869728