print(pickable)
pickable.get_parent().remove_child(pickable)
print(pickable)
add_child(pickable)
pickable is the child l want to change his parent. But after call the remove_child, pickable become null. Log shows like:
pickaxe:<RigidBody2D#27078427832>
<null>
can anyone help me, thanks