Closed edw1nzhao closed 5 years ago
When moving around, if mouse is clicking/dragging, player gets moved as well.
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.
When moving around, if mouse is clicking/dragging, player gets moved as well.