Hertzole / gold-player

A first person player controller for Unity.
MIT License
160 stars 16 forks source link

Replace box ground check #21

Closed Hertzole closed 4 years ago

Hertzole commented 6 years ago

Box check was very poorly implemented and can easily be exploited to climb wall corners. Should be replaced by another system, most likely a group of raycasts.