void handleOnPickFinished(GameObject sender) { levController.startCarry(heldPickable.carryAnimation); levController.OnCustomAnimationFinished -= handleOnPickFinished; levController.turnToNormal(); }