> For the complete documentation index, see [llms.txt](https://lanefox.gitbook.io/vault/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lanefox.gitbook.io/vault/guides/how-to.../spawn-items-into-worldspace.md).

# Spawn Items

```csharp
VaultInventory.SpawnWorldItem(item, position, stackSize);
```

That's all there is to it!

### Requirements

* `VaultRuntime` script is in the current scene. This sets the reference fields for the static `VaultInventory`.
* **Runtime Item Template** prefab is set inside `VaultRuntime`.
* **Runtime Item Template** prefab has a configured `RuntimeItemProxy` script on it.

Feel free to create overrides for the `RuntimeItemProxy` script to control how your items spawn.
