Spy-Shifty / BrokenBricksECS

Rebuild of Unity3D upcoming Entity Component System !OUT OF DEVELOPMENT!
MIT License
162 stars 28 forks source link

Add Unity's CharacterController as an ECS component #16

Closed Gwindalmir closed 6 years ago

Gwindalmir commented 6 years ago

For objects that don't use rigidbody's, the CharacterController is an alternative. This adds it as an ECS component.

Spy-Shifty commented 6 years ago

Thank you for your help