Installation

Install via Unity Package Manager

In Unity Editor:

  1. Open Window > Package Manager

  2. Click + button

  3. Select Add package from git URL

  4. Enter the Git URL

2. Install as Local Package

  1. Clone or download the project

  2. In Unity Editor, open Window > Package Manager

  3. Click + > Add package from disk

  4. Select package.json file

Dependencies

Required

  • Unity 6.0+

  • UIToolkit (Built-in Unity)

Optional

  • Newtonsoft.Json: JSON serialization

    • Define Symbol: UNITY_NEWTONSOFT_JSON

  • UniTask: Async operation optimization

Verify Installation

After installation, check the menu:

  • Window > AI Dev Kit > Spreadsheet Editor

  • Window > AI Dev Kit > Localization Manager

Assembly Definitions

The package consists of the following assemblies:

Last updated