Anyone knows if is possible to change the rigidBody´s shape?
The only way I´ve discovered until now is changing the rigidBody´s scale, but in some situations, I´de like to change the shape, but
rigidBody.shape = anotherShape
is not pssible (ther´s no such setter function)
Thanks.