Item Pickup
Remember that Items that can be "lying around" in the game world must be Units. Therefore, the user has to create a prefab for the item.
If an Item should be "pickup-able" its prefab must have the Pickup
Component.
The picking Unit’s alignment towards the Unit that should be picked up, must not be hostile.