Overview
The Unity voice agent starter app is a preconfigured Unity project, built with the LiveKit Unity SDK . It supports macOS, Windows, Linux, iOS, and Android.
To talk to an agent, the app needs a token to connect to a LiveKit room and dispatch an agent. The project is already configured to automatically connect to the same agent you can try on the LiveKit homepage .
Features
- Session management with audio setup
- Dialogue transcription log
- Token server support for quick development
Get started
Clone the repository:
git clone https://github.com/livekit/client-sdk-unity.git
Open the project at ./Samples~/Agents in Unity. Press play and talk to the agent.
Source code
Unity Voice Agent
A cross-platform voice AI assistant app built with Unity.
livekit/client-sdk-unity