Item Drop
An object that represents a dropped item.
Last updated
An object that represents a dropped item.
Last updated
The Item Drop component represents a dropped item. Some a rigidbody and collider may be required if you'd like your item to fall to the ground.
Clicking the 'Set Item' button will open the Item Finder. Simply search for an item and click on it—the item will be set. 'Remove Item' will remove the item currently set. You can also click on the set item to replace it.
ID
An ID that can be used to determine if the item drop has already been obtained. However, this behavior must be implemented manually.
Use Timeout
If the item timeout should be used. If enabled, the item will disappear after some time. The timeout length can be changed from Inventool's settings.
Amount
This is an unnamed field that appears below the icon of the set item. You can use it to set the drop amount.
See Custom Item Drops.