edw1nzhao / Contagion

1 stars 0 forks source link

Player being affected by mouse clicks #14

Closed edw1nzhao closed 5 years ago

edw1nzhao commented 5 years ago

When moving around, if mouse is clicking/dragging, player gets moved as well.

edw1nzhao commented 5 years ago

Issue was that Character Controller was also on the character. Although I think that CharacterController is better practice than rigidbody, probably not necessary for the scope of this project.