Search Issue Tracker
Won't Fix
Won't Fix in 2020.3.X
Votes
0
Found in
2020.3.44f1
Issue ID
UUM-22786
Regression
No
Billboard particles flip on their axis when viewing them from above
How to reproduce:
1. Download and open the attached project
2. Double-click on "CloudLevel" in the Hierarchy window
3. In the game view, drag the screen up and down
Expected result: The particles do not rotate
Actual result: the particles rotate
Reproducible with: 2020.3.44f1, 2021.3.16f1, 2022.1.24f1, 2022.1.3f1, 2023.1.26f1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
Our solution for preventing rotation does not solve all use cases. Limitations in the engine design make it tricky to handle this. There is a user script that offers a more robust solution, which you may be able to use on specific effects, instead of the built-in checkbox.
https://forum.unity.com/threads/disable-hmd-roll-in-vr.841021/
Resolution Note (2020.3.X):
Our solution for preventing rotation does not solve all use cases. Limitations in the engine design make it tricky to handle this. There is a user script that offers a more robust solution, which you may be able to use on specific effects, instead of the built-in checkbox.
https://forum.unity.com/threads/disable-hmd-roll-in-vr.841021/