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. Introduction

Update Logs

v.3.4.19 (Apr 21, 2025)

  • Added ElevenLabs prompt history builder

  • Fixed CustomEditor not saving values

  • Integrated FunctionManager into ChatCompletionTool and ChatSessionTool

  • Fixed broken demo scenes

  • Fixed OpenAI prompt history builder

  • Fixed Google prompt history builder

  • Refactored PromptHistoryViewer

v.3.4.18 (Apr 20, 2025)

  • Changed edit icon for clarity

  • Added argument support to FunctionManager

  • Added save button to CodeGen

  • Fixed multi-image rendering in IconGen

  • Improved ModelSelector by hiding providers with no models

v.3.4.17 (Apr 20, 2025)

  • Fixed index out of range issue in VoiceSelectorGUI

v.3.4.16 (Apr 18, 2025)

  • Added FunctionManager

  • [Demo] Realtime API + Function integration

v.3.4.15 (Apr 18, 2025)

  • Fixed model categorizing regex

  • Added cancel request feature to GENTask

  • Implemented IconGenWindow

  • Cleaned up codegen files

  • Added output path tracking for GeneratedImage and GeneratedAudio

  • Fixed realtime API sample voice paths

  • Fixed Addressables amsdef

v.3.4.14 (Apr 18, 2025)

  • Removed implicit operator from EPrefs to prevent Mono JIT crash

v.3.4.13 (Apr 17, 2025)

  • Added missing constraints to:

    • Samples.Editor

    • MaterialDesign

    • MaterialDesign.Editor

  • Moved Setup folder outside of assembly

v.3.4.12 (Apr 17, 2025)

  • Fixed ElevenLabs voice library errors

v.3.4.08 (Apr 17, 2025)

  • Refactored EditorChatToolbar as separate component

  • Implemented export chat as .txt

  • Displayed chat list names as date instead of thread ID

  • Added more options to GENText and ElevenLabs GENTasks

  • Added Texture generator

  • Added default model settings to each API

  • Added fallback model support using default models

  • Renamed ImageModel → DallEModel, TTSModel → OpenAITTS

  • Fixed issue fetching Google models

  • Improved model family categorization

v.3.4.07 (Apr 16, 2025)

  • Fixed TTS file path issues

  • Fixed build errors related to StartOnInit

  • Fixed Unity hang on startup

  • Fixed model update triggering every time

  • Added ElevenLabs subscription feature

  • Added VoiceChanger and AudioIsolation to GENTask

  • Added more options to GENText

  • Improved EditorChat GUI and stream handling

  • Added drag & drop support in EditorChat

  • Added AI-powered script menu options:

    • "Improve Readability"

    • "Refactor"

v.3.4.16 (Apr 18, 2025)

  • Added model categorizing regex

  • Added cancel request feature to GENTask

  • New feature: IconGenWindow

  • Added output path tracking to GeneratedImage and GeneratedAudio

  • Fixed Addressables amsdef

v.3.4.2 (Apr 13, 2025)

  • Broken GUIDs fixed

v.3.2.0 (Apr 10, 2025)

  • Compile errors resolved

  • Refactored tons of codes

v.3.1.4 (Apr 7, 2025)

  • Build errors resolved

v.3.1.2 (Mar 31, 2025)

  • Added Google image models (Gemini, Imagen) to Editor Tool

  • Added new Google model families

  • Refactored the project

v.3.0.0 (Mar 17, 2025)

  • Added automatic model updates on Editor startup

  • Added automatic model enum code generation

PreviousFAQNextAI Dev Kit v2

Last updated 16 days ago