Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2018.4.X, 2019.3.X
Votes
56
Found in
2018.3.0b1
2018.3.0b2
2019.1.0a1
2020.1.0a1
Issue ID
1081596
Regression
No
Billboard Particle System rolls in the Game View with "Allow Roll" disabled when a Camera is rotating around it
Repro steps:
1. Open user attached project
2. Enter Play Mode
3. Observe the Game View
Expected: The Camera rotates around the cloud without it rotating itself
Actual: The cloud rotates from time to time and only in the Game View
Reproducible with: 2018.3.0b2, 2019.1.0a1
Not reproducible with: 2017.4.11f1, 2018.2.9f1
-
ImmotionMatt
Mar 13, 2019 15:06
Doesn't work in 2018.3.8f1
-
jykholodia
Feb 26, 2019 10:39
Definitely! Still not working in 2018.3.6f1.
Doing it with a MonoBehaviour is really slow. -
Shofixti
Feb 19, 2019 16:02
Still a pressing issue for AR/VR development.
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
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
- SamplerState Property Missing Anisotropic Filtering
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
richardkettlewell
Oct 28, 2019
We are investigating ways to address this issue but it is not trivial, so a fix may not come in the short term.
For anyone hitting this issue, we advise reverting to the scripting method mentioned here: https://forums.oculusvr.com/developer/discussion/5998/hmd-roll-and-particles
If using Unity 2019, rewriting it to use the C# Job System with Burst will make it run very efficiently. Details on that API can be found here: https://forum.unity.com/threads/particle-system-c-job-system-support.529284/