void DropTarget() { if (target != null) { target.transform.parent = null; target.EnableInteraction(); target = null; } }