# Plugin Usage

***

To start using the plugin, there are two Prefabs that can be found in the Plugin's folder which will be all you need to stream your models inside Unity Engine. The **Stream Controller**, and the **Streaming Model**.

You can drag and drop both prefabs inside your Unity Scene and be ready to start streaming your converted 3D model inside the engine.

The Stream Controller should only be added once, and it controls the streaming feeds inside your scene, you only need to set the Main Camera in the Camera field. The Streaming Model is a prefab to be used with all models that will be streaming from the cloud into your project, you only need to add the URL of your converted model into the URL field.

Once that's set, press play and your streaming models will already start streaming inside your project!

<figure><img src="https://3109683255-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY3WbwobASVOf4RiqnLEI%2Fuploads%2FOal76v9P3x7yrsOzK3jc%2F04-usage.JPG?alt=media&#x26;token=7f7fd856-5eef-4dc4-99c0-dbc184164d5d" alt="The Steam Controller and Streaming Model prefabs inside the Prefabs folder"><figcaption><p>The Steam Controller and Streaming Model prefabs inside the Prefabs folder</p></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.viverse.com/polygon-streaming/integrations-and-plugins/polygon-streaming-unity-sdk/plugin-usage.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.
