Item Spawner
Spawning items without code.

The Item Spawner component can be used to spawn a single or a list of items with the help of a Loot Box.
Note that currency drops set on the loot box are completely ignored. For currency drops, create items that represent a currency instead.
This component works with both 2D and 3D collision.
You have more control of this component through code! Visit the scripting section for more information.
Item SpawnerProperties
Spawn Target
The target object type used to spawn items. Currency settings of a Loot Box are ignored because currencies themselves are not spawnable objects.
Loot Box
The loot box reference used to spawn items.
Spawn Method
What must happen for the items to be spawned? On call means you must manually call the Spawn method through code.
Collision Target
The target that triggers items to spawn when this item spawner collides with it.
After Spawn
What to do after the items are spawned.
Spawn Range
The item drop spawn range.
Spawn Delay
The length of time passed before the item(s) are spawned.
Use Timeout
If timeout should be enabled for dropped items.
Last updated