IronWarrior / SuperCharacterController

Unity custom character controller
MIT License
762 stars 207 forks source link

Adding fix for SphereCollider with a center != 0 #32

Closed SimonHartfield closed 7 years ago

SimonHartfield commented 7 years ago

Not sure if the center property has been introduced recently. If this is the case, then this may be incompatible with older versions of unity.

IronWarrior commented 7 years ago

Accordingly to this, it's been around since 1.x. Looks like an oversight on my part, good catch!