> For the complete documentation index, see [llms.txt](https://unity.zoeimmersive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unity.zoeimmersive.com/adding-interactivity/interactions/conditions/drop.md).

# Drop

The **Drop** condition is available for [IO](/adding-interactivity/interactive-objects.md)s with the Drag & Drop system enabled.

This condition checks in which phase of the Drag & Drop a given IO is at.

* **Object:** IO that is being manipulated to be dropped.
* **Mode**
  * `Drop` = object has been dropped on the target
  * `Ready to drop`= object is close enough from target to be dropped
  * `Cancel drop`= object is taken away out of the minimum distance from target
  * `Remove` = object has been removed from target
* **Target(s):** drop targets that need to be checked.
