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
  2. Update Logs

AI Dev Kit v2

v.2.5.4 (Jan 19, 2025)

  • Fixed issues with WebGL microphone

  • Fixed microphone switching issue

v.2.4.3 (Dec 17, 2024)

  • Added microphone support for WebGL builds

  • Fixed issues related to FunctionDelegate

v.2.4.2 (Dec 1, 2024)

  • Fixed issues with SubmitToolCallOutput requests

v.2.4.1 (Oct 22, 2024)

  • Fixed package assembly errors

v.2.4.0 (Oct 14, 2024)

  • Added Realtime API

  • Fixed Model Repository issues

  • Minor bug fixes

v.2.3.2 (Sep 20, 2024)

  • Fixed JsonSettings not applying to MultipartFormSection requests

  • Fixed null checks for ImageEditRequest and ImageVariationRequest

v.2.2.2 (Aug 29, 2024)

  • Fixed UnityWebRequest becoming null issue

v.2.1.2 (Aug 9, 2024)

  • Added vision request sample to ChatCompletion API demo scene

v.2.1.1 (Aug 8, 2024)

  • Fixed ChatCompletion API issues from the last update

v.2.1.0 (Aug 6, 2024)

  • Fixed Codice namespace build errors

  • Added more assistant event handlers

  • Added sample codes for ChatCompletion vision request

v.2.0.9 (Aug 2, 2024)

  • Fixed GPT-4o Mini ID issue

  • Added FileSearch Tool

  • Added CodeInterpreter Tool

v.2.0.8 (Jul 24, 2024)

  • Fixed editor assembly definitions causing build issue

v.2.0.7 (Jul 23, 2024)

  • Added GPT-4o Mini

  • Added GPT-4o Mini-2024-07-19

  • Added thread deletion in EditorChatGPT

  • Improved editor tool GUI

v.2.0.6 (Jul 19, 2024)

  • Fixed build issues with AssetDatabase

  • Fixed build issues with ModelData

  • Added image generation to AssistantsApiV2 demo

v.2.0.5 (Jul 17, 2024)

  • Fixed Unity.Plastic.Newtonsoft.Json namespace issue

v.2.0.4 (Jul 9, 2024)

  • Fixed Google recursive query crash

  • Improved Model Manager

v.2.0.3 (Jul 8, 2024)

  • Fixed OpenAI recursive query freeze

  • Improved EditorChatGPT UI (with syntax highlighting)

  • Cleaned debug logs

v.2.0.2 (Jul 3, 2024)

  • Fixed build errors

v.2.0.0 (Jul 2, 2024)

  • Added full support for Google Gemini API

  • Refactored the framework for multiple API support

⚠️ Note: Model and log data incompatible with 1.*.* versions. Backup required.

PreviousUpdate LogsNextAI Dev Kit v1

Last updated 16 days ago