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
- UnityLinker causes crash when outputting snapshot data for very large projects
- Camera Preview does not detect multiple cameras with same GameObject name
- Crash on TypeTreeIterator::Children() when renaming a corrupted asset while Asset Serialization is set to Mixed
- Cameras (Camera.targetDisplay) render only to Display 0 in the Player when Multi-Display setup is used and DX12 API is set
- [Vulkan] _CameraOpaqueTexture produces a feedback effect on Android Adreno devices when using Vulkan
Add comment