Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0a4
2018.3.0b5
Issue ID
1087729
Regression
Yes
Physics simulation causes models to jitter and sometimes fly off the screen
I found this in one of the top selling assets on the asset store: there's something in their "wagon horeses" configuration that causes them to jitter a lot and sometime sthey even fly off the screen.
This doesn't happen in Unity Editor version earlier than 2018.3.0a3
Repro steps
download project or Hose Animpack asset store pack
- Open the HAP Cart Wagon Carriage scene from the _DemoScenes folder
- press play and notice the jittering
This bug was introduced in 2018.3.0a4
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
- Input from the "Backslash" key is not detected in the Web Player when using the Japanese 106/109 key keyboard
- High "Total" value of the "TerrainManager.CullAllTerrains" when generating terrain
- UI Layout rebuild triggered by a rounding error when using TextMesh Pro
- Sprite Shape Corners and Edges are invisible when a closed Sprite Shape is used
- Script icon Gizmos cause lag/performance issues in Scene view even when the Scene Camera is not pointed at Gizmos
Resolution Note (fix version 2019.1):
This issue was caused by scripts that were changing Animator.applyRootMotion at runtime. This triggered an animator Rebind and reinitialized the state machine hence the jittering. We reworked how applyRootMotion works with the Animator bindings so that we no longer need to recreate bindings when we change applyRootMotion value.