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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment