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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
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.