AI Dev Kit 4.1.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
"Describe a stoic robot farmer on Mars."
.GENResponse()
.ExecuteAsync();
// Generate stylized images instantly
"A rusty sci-fi door with bullet holes"
.GENImage()
.ExecuteAsync();
// Create voiceover from text
"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.
Supported Providers
One of the most widely used AI platforms, offering powerful models like GPT-4o. It supports a broad range of APIs for text, audio, image, and assistant functionalities—ideal for building intelligent, multimodal applications.
OpenAIA cutting-edge multimodal AI service by Google, capable of both text and image generation. It is well-suited for developers who need tight integration with Google’s cloud infrastructure and rapid performance.
Google GeminiA state-of-the-art voice platform specializing in high-quality Text-to-Speech, Speech-to-Text, and voice transformation. Perfect for voice assistants, narration, and real-time character dubbing.
ElevenLabs
Worried about costs? No Problem! With Ollama you can run LLMs like LLaMA and Mistral on your own machine for free. Ideal for offline development, edge applications, and private inference without relying on cloud services.
Ollama
A gateway to multiple third-party LLMs offering 300+ models including Claude, Mistral, Command R, and more—all accessible via a single API. Great for experimenting with various models without switching providers.
OpenRouterAnthropic develops large language models with a strong focus on safety, interpretability, and alignment with human intentions. Its Claude models excel in complex reasoning, code generation, and multi-step tasks. The company also pioneers "Constitutional AI," a framework that trains models to be helpful, honest, and harmless without relying solely on human feedback.
AnthropicHave something you'd like to see next? Let me know via Discord — your feedback shapes the roadmap.
Feature Comparison
Supported Providers
OpenAI
OpenAI
ElevenLabs
Ollama
OpenRouter Anthropic
Supported Tasks
Response Generation (Text)
Image Generation
Text To Speech
Speech To Text
Response Generation (Text)
Image Generation
Text To Speech
Speech To Text
Sound Effect Generation
Video Generation
Voice Change
Audio Isolation
Number of AI Models
120+
450+
Number of AI Voices
10+
4000+
Chatbot Components (Inspector)
–
Chatbot (Chat Session)
Chatbot (Assistants API)
Realtime Assistant
Unity Components (Inspector)
–
Function Manager Moderator Image Generator
Text To Speech
Speech To Text
Voice Changer
Advanced Integrations
–
Chat Session Assistants API (OpenAI) Realtime API (OpenAI)
Editor Tools
Model / Voice Library Prompt History
Model / Voice Library Prompt History
Unity Chat Assistant
Script Generation Tools
-
C# Script Generator MonoBehaviour Generator ScriptableObject Generator UI Document Generator
Image Generation Tools
-
Avatar Sprite Generator Icon Sprite Generator Background Image Generator Mesh Texture Generator
Audio Generation Tools
-
Speech Generator Sound Effect Generator
Video Generation Tools
-
Video Generator
Supported Platforms
Fully
Windows, OSX, Linux
Partially
Unity WebGL
Fully
Android, iOS, Windows Phone/Store
Fully
PlayStation, Xbox, PS Vita/PSM, Switch
Last updated