# Unity Plugin (Beta) Overview

## Introduction

The **Convai Unity Plugin (Beta)** marks a major leap forward in how developers can bring conversational AI to life inside Unity.\
Built entirely from the ground up with a new backend and plugin infrastructure, this release delivers a faster, lighter, and more powerful experience for real-time character interactions.

Every aspect of the plugin has been re-engineered based on extensive developer feedback from our previous version — focusing on performance, ease of use, and seamless integration with modern Unity workflows.

***

## What’s New

This Beta introduces a wide range of improvements designed to make AI character integration smoother, faster, and more natural than ever before:

* **Hands-Free Conversations** — Enjoy uninterrupted, natural dialogue without manual push-to-talk inputs.
* **Low Response Time** — Experience significantly reduced latency for more fluid and realistic exchanges.
* **Voice Activity Detection (VAD)** — Automatically detect when a user is speaking, creating smoother conversational flow.
* **New Convai Plugin Architecture** — Optimized for scalability, extensibility, and future updates.
* **Lightweight Package Size** — The plugin dynamically fetches cloud resources as needed, keeping your project lean.

Together, these updates make building intelligent, interactive worlds with Convai characters easier and more efficient than ever before.

***

## Beta Release

This is the **Beta release** of the new Convai Unity Plugin.\
We’ll be rolling out frequent updates to improve stability, performance, and feature coverage as we move toward the full release.

Your feedback plays a critical role in shaping this development.\
We encourage you to share your thoughts, experiences, and suggestions directly on the [Convai Developer Forum](https://forum.convai.com/).

***

## Conclusion

The Convai Unity Plugin (Beta) represents the next evolution of AI-driven interactivity in Unity — blending natural voice, low-latency responses, and seamless integration into one unified framework.\
Start exploring, experiment with new features, and help us shape the future of interactive AI experiences.


---

# 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.convai.com/api-docs/plugins-and-integrations/unity-plugin-beta-overview.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.
