Skip to main content

Unity Integration

Aarda Unity Plugin

The Aarda Unity Plugin allows you to easily integrate Aarda's AI character system into your Unity projects. The plugin is designed with clean architecture principles, separating business logic from platform-specific implementations.

Key Features

  • Connect to Aarda's chat service via HTTP and WebSocket
  • Retrieve API keys securely
  • Fetch character information
  • Establish real-time chat communication
  • Send and receive text and audio messages
  • Simple event model for handling incoming messages and connection states

Installation

  1. Download the AardaLibrary.dll
  2. Import the DLL into your Unity project's Assets/Plugins folder

Documentation and Usage

For complete documentation on how to set up and use the Aarda Unity Plugin, please visit the official GitHub repository.

The repository contains:

  • Detailed setup instructions
  • Usage examples
  • Core component descriptions
  • Implementation guidance for Unity projects