# Network Instantiate

Uses the Mirror networking manager to instantiate object on network scene.

{% hint style="warning" %}
Can spawn only those objects that are in the **Registered Spawnable Prefabs** list in [**Network Manager**](https://mirror-networking.gitbook.io/docs/manual/components/network-room-manager).
{% endhint %}

***

To create it, right-click on free space in Behaviour Tree window and select:&#x20;

* <mark style="color:purple;">**Create Node/Tasks/Integrations/Mirror/Network Instantiate**</mark>

This task node has a number of fields, that are highlighted in picture below.

<figure><img src="https://2203000093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGOxTM7Aj9oiVaIINrEkE%2Fuploads%2FnUECv04U028HUTkJtl5G%2FNetworkInstantiate.png?alt=media&#x26;token=5bb3767e-de84-417b-9493-1638f01e9312" alt=""><figcaption><p>Network Instantiate node</p></figcaption></figure>

### Fields

<table><thead><tr><th width="374">Name</th><th>Description</th></tr></thead><tbody><tr><td>Node Name</td><td>Custom name of node.</td></tr><tr><td>Ignore Abort Self</td><td>Whether node ignores abort self or not.</td></tr><tr><td>Object To Instantiate</td><td>Object reference to instantiate it.</td></tr><tr><td>Position</td><td>Instantiate position.</td></tr><tr><td>Rotation</td><td>Instantiate rotation.</td></tr><tr><td>Parent</td><td>Instantiate object as child of.</td></tr><tr><td>Storage</td><td>Key where need to save instantiated clone.</td></tr></tbody></table>
