Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.1.6f1
Issue ID
1053569
Regression
No
SetParticles changes the rotation of first few particles when using Quaternion.LookRotation with specific upwards parameter
The upwards parameter has to be Vector3.down or Vector3.right.
Using Vector3.up, Vector3.left, Vector3.forward, Vector3.back does not reproduce the bug.
How to reproduce:
1. Open attached project "ParticleRotationBug.zip" and scene "SampleScene"
2. Enter Play mode
3. Observe Scene or Game view
Expected result: particles do not change their rotation3D
Actual result: first few particles change their rotation3D, resulting in flipped normals
Reproducible with: 2017.1.4p2, 2018.1.7f1, 2018.3.0a3
Workaround: do not use SetParticles with Quaternion.LookRotation upwards parameter
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- GfxDevice::UpdateBufferRanges when running UIBuilder tests
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
Add comment