FR: CharacterController destroy()
Opened this issue · 1 comments
Deleted user commented
As CharacterController creates a private character, in scenarios where I want to stop using a CharacterController and its private character, there is no clean way to remove them. It would be good to be able to .destroy()
a CharacterController which will thereby remove its internal character.
Of course, do not remove character when passed in when #32 is implemented.
ianballantyne commented
FR has been implemented internal. Will be included as part of the next open source release.