@bergice
just tried the command in the character demo that came with physx and it stop it working I cannot move after I have delete it. so I far as I can see the delete works.
add the below code to the demo and see.
` react to key presses and move the controller
key = 0
if upkey ( )
key = 1
phy move character controller 3, 200.0
endif
if downkey ( )
key = 1
phy move character controller 3, -200.0
endif
if shiftkey()
phy delete character controller 3
endif
if key = 0
phy move character controller 3, 0.0
endif
if spacekey()
delete object 3
make object box 3, 20, 50, 20
phy make box character controller 3, 434, 42, -517, 10, 15, 10, 1, 10.5, 45.0
hide object 3
endif
` update the simulation and screen
phy update
sync
loop
edit
your right if you delete it, then added it again, but as a different size, you end up with two object begin seen in the visual debugger, but DBP only shows one.
Dark Physics makes any hot drink go cold.