Search Issue Tracker
Not Reproducible
Votes
0
Found in
2017.4.4f1
Issue ID
1061305
Regression
No
ParticleSystem doesn't react to transform changes made to the parent inside LateUpdate
To reproduce:
1. Open the attached project (ParticleSystemLateUpdateBug.zip)
2. Open the Test Scene
3. Enter Play mode
4. Observe that particles aren't visible in the Game view but are clearly in front of the camera in the Scene view
Expected: the particles are visible in the Game view
Actual: parent's scale is changed in the Update and then changed back in the LateUpdate, but child Particle System doesn't react to the change made in Late Update. It is in the right place in the Scene view, but is not visible in the Game view and even focusing on the Particle System object focuses the camera on empty space meaning that internally Particle System's position is different than the visual one (the visual position is correct, but actual position is not).
Reproduced in 2017.2.3p2, 2017.3.2f1, 2017.4.4f1, 2017.4.7f1, 2018.1.0b4
Did not reproduce in 2018.1.0b5, 2018.1.9f1, 2018.2.0f2, 2018.3.0a5
Not reproducible in 2018.1.0b5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Spot Light with 'Box' Shape stops working when it collides with Mesh
- Accepting Asset Store EULA endless loop in Package Manager window
- “InvalidOperationException: Sequence contains no matching element“ error when reenabling a custom Debug Draw Mode
- Prefab that contains a layout group is marked as changed by the Editor when opened
- Emission animation does not appear when the "Emission Map" parameter is set to black in a Lit material
Add comment