walthill / production2

Stores games and assets from our Production 2 course. Currently developing Reboot
https://github.com/walthill/production2/wiki
Apache License 2.0
1 stars 0 forks source link

[LOW] noFriction physics material causes player jittering #51

Closed walthill closed 5 years ago

walthill commented 5 years ago

Summary: The player jitters when going up hill with the noFriction physics material attached. Especially noticeable with the camera turned fully in any one direction.

Commit: a78e66bb2775813003078a4740b441485f76b9f2

Expected Behavior: Player should skate smoothly along all ground surfaces without jittering

Observed Behavior: When the player skates on an upward slope toward the lip of the bowl, the player character begins to jitter/shake

Reproduction Steps:

  1. Play game in Unity editor
  2. Begin to skate on an upward slope in the bowl (preferably on the floor of the bowl itself)
  3. Observe

Severity: LOW. Should be an easy fix. It appears removing the physics material removes the jittering as well.

jacobnb commented 5 years ago

Removed physics material, probably resolved but haven't tested