i want to edit default property of CharacterController because i want to make it cubic in shape , not sphare(which is default). or alternatively you can say that i want to make my own class which should have some property similar to CharacterController (i.e : CharacterController .SimpleMove) Please help me out…
![]()
Write your own controller. You can't really change the collider type on Unity's character controller.
– asafsitnerUnity's character controller is simple to use, but it can only really do the (fairly basic) things that it is designed to do. You should use a rigidbody instead!
– syclamoth