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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Add comment