AI Dev Kit 4.6.0

The Ultimate Lightweight AI Suite for Unity

AI Dev Kit empowers beginner developers to effortlessly integrate advanced AI functionalities directly into Unity, dramatically simplifying your game development workflow.

With just a few clicks and simple text prompts, you can create code, generate images, produce sound effects, and even synthesize voices. AI Dev Kit offers broad API integrations, rich editor tools, extensive voice synthesis options, and unique audio generation capabilities.


From Prompt to Output in One Line

AI Dev Kit gives you instant access to text, image, audio, and code generation — with zero boilerplate.

// Write AI-powered NPC backstories
string response = await "Describe a stoic robot farmer on Mars."
    .GENResponse()
    .ExecuteAsync();

// Generate stylized images instantly
Texture2D image = "A rusty sci-fi door with bullet holes"
    .GENImage()
    .ExecuteAsync();

// Create voiceover from text
AudioClip voice = "Welcome back, Commander."
    .GENSpeech()
    .SetVoice(ElevenLabsVoice.Rachel)
    .ExecuteAsync();

Just call .GEN*() on your Unity objects and chain your desired behavior — it's fast, readable, and production-ready.

Works out of the box. Fully extensible. No extra SDKs required.


Provider Supports

Provider
Studio
Pro
Research
Pixel

OpenAI

ElevenLabs

Google Gemini

Ollama (Local Server)

OpenRouter

Anthropic

GroqCloud

Perplexity

Microsoft Azure

xAI (Grok)

PixelLab


AI Agents

AI Agents lets you use chat APIs (e.g., Chat Completions) in Unity via a drop-in AIAgent component. Attach it to a GameObject, pick a provider/model, and handle requests/responses through events—no custom wiring.

It also makes tool calls trivial: register tools, listen to Tool Events (status & output), and optionally pipe results back to the model. Hosted tools (web search, code interpreter, MCP, etc.) are supported with simple event hooks.

AI Agent
Studio
Pro
Research

Chatbot (Chat Completions API)

Assistant Agent (Assistants API)

Voice Agent (Realtime API)

Response Agent (Responses API)


AI Generators

AI Generators are Unity components that make it easy to use Generative AI—such as image generation, voice synthesis (TTS), and speech recognition—directly in Unity. They’re implemented as drop-in components, so you can add them to a GameObject and use them with simple calls or events.

AI Generator
Studio
Pro
Research

Image Generator

Speech Generator (TTS)

Speech Transcriber (STT)

Content Moderator

Voice Changer

Lyria Music Player


Supported Platforms

Supported
Platform

Fully

Windows, OSX, Linux

Partially

Unity WebGL

Fully

Android, iOS, Windows Phone/Store

Fully

PlayStation, Xbox, PS Vita/PSM, Switch

Last updated