# Import Model as Virtual Object (VO)

1. &#x20;Open project “unity-vo-publishing”, for best results do so through Unity Hub and make certain you have the appropriate Unity Version installed.

<figure><img src="/files/ZIMRLudVKcKuUHfBoC5d" alt=""><figcaption></figcaption></figure>

2. &#x20;Bring whatever files you need into your project at this point underneath the appropriate folder. Please be certain that you have all of the textures and materials needed for your object.

<figure><img src="/files/Ge3GZY8sVcnfK6oOq5bE" alt=""><figcaption></figcaption></figure>

3. &#x20;Drag the model into the VOPackageScene. There is a Human Scale model in the scene as well to assist you in the steps of resizing your objects.

<figure><img src="/files/vXJ1cXIbqPgdNo795RLB" alt=""><figcaption></figcaption></figure>

4. &#x20;Size your objects appropriately and apply any materials and textures to the model at this point.

<figure><img src="/files/Sx77cjEbYZuF0EeWtpxn" alt=""><figcaption></figcaption></figure>

5. &#x20; Make certain that the parent object highest in the hierarchy is named the same as the folder you will be exported from, and has a normalized rotation and scale value of 0,0,0 as the HyperSkill application will initially spawn any objects with these parameters as their default values. Add any colliders on the object your object needs and then create a prefab of the object.

<figure><img src="/files/4ONagc1Mg4gmguaF0P4i" alt=""><figcaption></figcaption></figure>

6. &#x20; Right-click on the folder in question that contains your object, the prefab that matches the name of the folder, and any materials or textures on the object. Be certain that your prefab is in the immediate directory of your folder. Then select the Build and Package option for your desired supported platform.

<figure><img src="/files/qn5W7HAtZLyjBVQ7WUnv" alt=""><figcaption></figcaption></figure>

7. &#x20;Navigate to the VO Upload tab. Under “Connection Settings” type in your App Key that is related to the account you want to upload the VO to. Under “Asset bundle Upload” press ![](/files/PCHF5E3HBbvBqQCMZBXj) your uploaded VO and any others that have been uploaded from this account should appear in the drop-down menu. Select your object. Then, underneath the object selection dropdown select which type of object this is; object for VO, person for VP, and space for VS. A list of which platforms the object has been packaged for will then populate. With that complete, press ![](/files/AoTewFsK4FJ4k2T9kKQB)With that, your VO will be in your private repository and available the next time you launch the HyperSkill application on your supported platforms.

<figure><img src="/files/W5f8yvLfb7cqbfGd1Vwu" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.siminsights.com/virtual-entities-vx/vx-publisher/import-model-as-virtual-object-vo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
