# Demo Scenes Browser

{% hint style="info" %}
This feature was added in realvirtual **6.3**.
{% endhint %}

## Overview

The Demo Scenes Browser provides categorized access to all sample scenes included with realvirtual Starter and Professional.

## Opening the Browser

* Menu: **Tools > realvirtual > Demo Scenes**
* Or via the realvirtual toolbar dropdown in the editor toolbar

<figure><img src="/files/vnXc8lR9vKhZtnPBeZJv" alt=""><figcaption><p>Demo Scenes Browser</p></figcaption></figure>

## Categories

### Starter

| Category              | Scenes                                                                              |
| --------------------- | ----------------------------------------------------------------------------------- |
| **Getting Started**   | Main introduction scene with conveyor belt system, drives, sensors, and MU handling |
| **Drives**            | Drive types: raycast-based position limits, force drive, conditional start          |
| **Transport Systems** | Conveyors, chains, guided transport, radial conveyors, surface transfer             |
| **Object Handling**   | Gripping, MU cutting, physics, MU changes                                           |

### Professional

| Category              | Scenes                                                                     |
| --------------------- | -------------------------------------------------------------------------- |
| **PLC Interfaces**    | Protocol demos: OPC-UA, TwinCAT, S7, Modbus, MQTT, and more                |
| **Robotics**          | IK robots, target blending, kinematic MU                                   |
| **Robot Interfaces**  | Real controller interfaces: KUKA, Universal Robots, Fanuc, Denso, and more |
| **Advanced Features** | Multiplayer, statistics, volume tracking                                   |

## Importing Demo Scenes

Click **Import** next to any scene. This uses Unity's Package Manager Samples import system. Scenes are imported to:

* `Assets/Samples/realvirtual Starter/6.3.0/Demo Scenes/`
* `Assets/Samples/realvirtual Professional/6.3.0/Demo Scenes (Pro)/`

You can also click **Open Package Manager** at the bottom to access the standard Unity Package Manager for manual sample import.

## See Also

* [Installation](/basics/installation.md)
* [Folder Structure](/basics/folder-structure.md)


---

# 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://doc.realvirtual.io/basics/user-interface/demo-scenes-browser.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.
