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
- Building 3D Sample Scenes (URP) Project fails
- Alpha channel is disabled when Alpha Clip Threshold is set to 0
- The Physics 2D Profiler module does not display the information about processed physics in the scene when profiling the application as a Development Build
- A Script Component that has a serialized custom class is not detecting changes in the first boolean variable when entering the Play mode with the Script Components GameObject opened in the Inspector
- “SendMessage cannot be called during Awake“ warnings appear when loading a scene with “LoadSceneAsync“ if using UI Toolkit in the scene
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.