Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.2.0b11
Issue ID
949417
Regression
No
[Trails] Issues when killing off or resurrecting particles with trails via script
Repro steps:
1. Open Scene1 from the attached project.
2. Press Play and observe the particles and their trails in the scene view
3. Select the Particle System from the hierarchy, and in the attached Particle Handler script, toggle any one of the IsDead bools (except the #9 one).
4. Observe how along with the particle that was killed, the last particle's trail also disappears
5. Re-enable the disabled particle by toggling the bool back to false
6. Observe the re-enabled particle's trail connecting with the last particle's trail.
Expected result: only the affected particle's trail to disappear and for it to not reconnect with other trails when the same particle is re-enabled.
Notes:
- Not a regression, happens in 2017.1.0p5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Add comment