Search Issue Tracker
By Design
Votes
0
Found in
2020.1.0a23
2020.2
2020.2.0a13
Issue ID
1253990
Regression
Yes
Falling Rigidbody causes particles to faster when 'Emitter Velocity' is 'Transform' and 'Inherit Velocity' is enabled
How to reproduce:
1. Open attached project "Bug Reporting.zip" and scene "SampleScene"
2. Enter Play mode
3. Observe "Rigidbody Transform" gameobjects
Expected result: the particles do not get out of the screen
Actual result: the particles go so fast that they go out of the screen
Reproducible with: 2020.1.0a23, 2020.1.0b13, 2020.2.0a15
Not reproducible with: 2018.4.23f1, 2019.4.1f1, 2020.1.0a22
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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note:
This behaviour is by design. It is the reason we have 2 Emitter velocity modes.
We will add support for overriding the velocity in the future so users can have further control.