Hertzole / gold-player

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

Rigidbody support #20

Closed Hertzole closed 6 years ago

Hertzole commented 6 years ago

Convert most of the code to work with rigidbody instead of character controller, or maybe alongside character controller.

This is because character controller has turned out to be really annoying when it comes to dealing with physics. This will require a big rewrite of a lot of code.

Hertzole commented 6 years ago

Character controller code will be scrapped and converted into rigidbody code. But on the other hand, the rigidbody code should be just as good as the character controller before being accepted.

Hertzole commented 6 years ago

Scratch that. Rigidbody support will never be a thing due to it being nothing but major problems I don't know how to solve, and apparently, no one else either.