Import and Setup (nightly)

Follow these steps to import and configure the Unity SDK.

Download the nightly version Unity Package from this link. The package contains sample scenes to get started.

Download the WebGL version of the plugin, if you want to build for WebGL.

The file structure belongs to the nightly version of the plugin downloaded from the documentation.

  1. If you haven't already done so, download the SDK here.

  2. Start the Unity Hub.

  3. Verify that your project uses Unity 2022.3.0f1 LTS or later (check the Pre-Requisites section of the documentation).

  4. Open your project.

  5. Select Assets > Import Package > Custom Package.

  6. In the file explorer, select the Convai Unity package. The filename is similar to ConvaiforUnity_vX.Y.Z.unitypackage. X, Y, and Z are numbers containing the version information of the plugin.

  7. Click Import.

  8. When the Import begins, a prompt for using the new Unity Input System will appear. Press Yes.

  9. The project will automatically restart. After the project is restarted, you need to import the package in the same way.

  10. If you are using a Unity Version pre-2022.3.0f1, Disable Assembly Version Validation (use this troubleshooting page: Enabled Assembly Validation)

  11. Verify there were no compiler errors.

If you face any errors, visit our Troubleshooting Guide page to resolve our most common issues.

Package contents

After importing, by default, the Convai folder will be in your project. It should look something like this.

The file structure belongs to the Core version of the plugin downloaded from the documentation.

Last updated