AIDevKit - AI Suite for Unity
API ReferencesDiscordGlitch9
  • Introduction
    • AI Dev Kit 3.7.0
    • Troubleshooting
    • FAQ
    • Update Logs
      • AI Dev Kit v2
      • AI Dev Kit v1
  • Quick Start
    • API Key Setup
      • OpenAI
      • Google Gemini
      • ElevenLabs
      • OpenRouter
    • Adding Models & Voices
      • Quick Add Guide
      • Creating Snippets
    • Self-Hosting with Ollama
  • Editor Tools
    • Editor Chat
    • Asset Generators
    • Asset Managers
      • Prompt History
      • File Manager
      • Chatbot Manager
      • Assistant Manager
  • GEN Tasks
    • Overview
      • Prefixes
      • Sequence
    • Response
    • Image
    • Video
    • SoundFX
    • Speech
    • Transcript
    • Voice Change
    • Audio Isolation
  • Components
    • Chatbot
    • Chatbot (Assistants API)
    • Realtime Assistant
    • Modules
    • Event Receivers
  • Platform API
    • OpenAI
      • 💬Chat completions
      • 🖼️Image operations
      • 🗣️Text to speech
      • 🎙️Speech to text
        • Recording real-time in Unity
      • 💾Files
      • 🔎Embeddings
      • 🛡️Moderations
      • ⚙️Fine-tuning
      • Assistants API
        • How it works
        • Creating custom functions
        • Creating assistants API
    • Google Gemini
      • 📝System instructions
      • 💬Text generation
      • ⚙️Fine-tuning
      • ▶️Fucntion calling
      • 🔎Embeddings
      • 🛡️Safety
      • 💻Code execution
  • Legacy Documents
    • AI Dev Kit 1.0
      • Preperation
      • Scriptable Toolkits
        • Chat Streamer
        • Image Generator
        • Voice Transcriber
        • Voice Generator
      • Editor Tools
      • Troubleshooting (Legacy)
        • ❗Build Error: The name 'UnityMenu' does not exist in the current context
        • ❗The type or namespace name 'AndroidJavaObject' could not be found
        • ❗The type or namaspace name 'Plastic' does not exist
        • ❗Build Error: The name 'Asset Database' does not exist in the current context
        • ❗'ModelData.Create(Provider, string, UnixTime?, string)': not all code paths return a value
      • Code Generators
        • C# Script Generator
        • Unity Component Generator
    • AI Dev Kit 2.0
      • Event Handlers
      • Editor Chat
      • Editor Vision (TTI, ITI)
      • Editor Speech (TTS)
      • Management Tools
        • Prompt History Viewer
        • AI Model Manager
        • TTS Voice Manager
        • OpenAI File Manager
        • OpenAI Assistant Manager
        • ElevenLabs Voice Library
Powered by GitBook
On this page
  • 1. Unity Version Compatibility
  • 2. Install Newtonsoft.Json
  • 3. Install UniTask
  • 4. API Key Configuration
  1. Legacy Documents
  2. AI Dev Kit 1.0

Preperation

PreviousAI Dev Kit 1.0NextScriptable Toolkits

Last updated 12 months ago

Before diving into the world of advanced AI with AI Developement Kit, there are a few prerequisites and setup steps that you need to complete. These preparations ensure that your Unity environment is ready to seamlessly integrate with OpenAI's technologies, allowing you to focus on creating innovative and engaging content.

1. Unity Version Compatibility

Ensure that your Unity version is compatible with the AI Developement Kit asset. We recommend using Unity 2020.3 LTS or later for optimal performance and compatibility. You can download the latest version of Unity from the Unity Hub.

2. Install Newtonsoft.Json

AI Developement Kit utilizes Newtonsoft.Json for efficient JSON manipulation, which is essential for communicating with OpenAI's APIs. Unity Package Manager (UPM) provides a streamlined method for managing package dependencies. Follow the step by step guide below to install Newtonsoft.Json via UPM:

3. Install UniTask

UniTask is a high-performance, Unity-optimized library for managing asynchronous operations, crucial for handling AI tasks without blocking your game's performance. To install UniTask, follow the step by step guide below:

4. API Key Configuration

To use OpenAI's services, you'll need an API key. For detailed instructions on getting an API key and setting up the API key within your project, please proceed to the next page.

How to setup Newtonsoft.Json | Glitch9 Documentation
How to setup UniTask | Glitch9 Documentation
Logo
Logo