You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: