Hertzole / gold-player

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

Box ground check #12

Closed Hertzole closed 6 years ago

Hertzole commented 6 years ago

Right now the ground check is using a sphere at the bottom of the player. There should be an option to switch between the sphere and a box. The box should not make the player slide down edges but instead fall once the player is fully in the air.