Search Issue Tracker
Fixed in 5.4.3
Votes
4
Found in
5.4.0f2
Issue ID
819881
Regression
No
[Shuriken] ParticleSystem.time is reset when parent transform moves when not in play mode
How to reproduce:
1. Open the attached project and "ParticleSystemSimulateRepro.scene" in it.
2. Play the scene to see expected behavior.
3. Exit play mode and select "Init" GameObject in the Hierarchy.
4. In the Inspector press "Start" button and notice that the red pfx are not visible.
Expected behavior: Particles are visible if the parent transform moves.
Actual behavior: Particles are not visible due to ParticleSystem.time reset when parent transform moves.
Reproducible: 5.5.0a5, 5.4.0f3, 5.3.6p2
Comments (2)
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
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
- Font Asset Creator Font Face does not update when changing Include Font Data in the Font Import Settings
- Font Asset Creator Padding has no limit and shows incorrect Padding in results when Font Atlas is generated
- Font Asset Creator results bright font colors are not light theme friendly
- Font Asset Creator Font Atlas preview disappears when saved
DanTreble
Sep 22, 2016 09:04
Many thanks @KARL_JONES that workaround works.
karl_jones
Sep 20, 2016 17:08
To workaround this issue disable "Resimulate" in the particle editor.
Select any particle system, scroll down to the bottom of the inspector where there are some tick boxes, the first one is "Resimulate". Disable this, it is a global property saved between editor states so it only needs to be done once. We are still investigating the right way to fix this but for now this should help you.