Search Issue Tracker
Fixed in 2017.1.X
Votes
2
Found in
5.3.4f1
Issue ID
801335
Regression
No
[Shuriken] Simulating particle system in scene view stops it after certain amount of time
Steps to reproduce:
1. Download and import attached project. (Simulation.zip)
2. Open scene: main
3. Click on particle system.
4. Watch how it simulates automatically and how does it looks like.
5. Now simulate manually by clicking "Simulate" in scene view.
Expected result: It looks the same as when you click on particle system. (Particles burst and fall down down... gif)
Actual result: Particles stop simulating after certain amount of time.
Reproduced on: 5.4.0b21, 5.3.5p1, 5.2.5f1.
Comments (1)
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
- Reuse Collisions Callbacks is not enabled by default when opening a new project with HDRP template
- Bloom and Exposure Artifacting around GameObject appears when setting Scale of Z Axis to 0
- [Android][IL2CPP][ARMv7] Struct field value corrupts when invoking a generic delegate with a large struct by value
- Highlights persist throughout Options Panels in the Rendering Debugger Window
- Typing numbers in Matrix node’s numeric fields stretches Node
Thelo
Oct 05, 2016 02:19
If this is the same bug that affects us, it's affected by that particle system's "Start Lifetime": setting Start Lifetime to, say, 1.2 seconds will make the system simulate fine for t in [0..1.2], then glitch out for any t over 1.2. And changing it to 1.8 for instance will make the simulation ok for t < 1.8, and glitch for t > 1.8.
Of course, the system should be able to simulate beyond the start lifetime of a single particle, so that association with "Start lifetime" is a clear bug. Maybe this can help Unity to fix this crippling problem?