Install the Convai Unity SDK
Add the Convai Unity SDK to your Unity 2023.1+ project via the Package Manager or Asset Store. Both methods install the identical package.
Last updated
Was this helpful?
Add the Convai Unity SDK to your Unity 2023.1+ project via the Package Manager or Asset Store. Both methods install the identical package.
The Convai Unity SDK is available through two channels. Use Package Manager for new projects or when you prefer not to manage Asset Store downloads — the package resolves directly from the Convai registry with no manual download. Use Asset Store if your project already sources packages from your Asset Store library or if your studio manages package versions through My Assets.
Both methods install SDK version 4.2.0 and the same three required dependencies.
Type or paste the following identifier into the Name field, then click Add:
com.convai.convai-sdk-for-unityUnity contacts the registry, resolves the package, and begins downloading. Three dependencies install automatically:
com.unity.nuget.newtonsoft-json
3.2.2
com.unity.ugui
2.0.0
com.unity.inputsystem
1.18.0
Wait for the progress bar in the bottom-right of the Unity Editor to complete before continuing.
Dependency conflict: If your project already pins com.unity.inputsystem or com.unity.ugui to an older version in Packages/manifest.json, the install will fail or produce a version mismatch. Open Packages/manifest.json, remove or update the conflicting version entries, then retry.
Installation complete when the Convai SDK for Unity entry appears in the Package Manager list with a green checkmark and version 4.2.0. You will also see a new Convai menu item in the Unity menu bar.
Open the Unity Asset Store in your browser. Search for Convai SDK for Unity and open the listing. Click Add to My Assets, signing in with your Unity ID if prompted.
The button changes to Open in Unity when the asset has been added to your account.
Select Convai SDK for Unity in the list. Click Download, then click Import once the download completes.
Unity imports the package and installs three dependencies automatically:
com.unity.nuget.newtonsoft-json
3.2.2
com.unity.ugui
2.0.0
com.unity.inputsystem
1.18.0
Wait for the progress bar in the bottom-right of the Unity Editor to complete before continuing.
To update the SDK to a newer version, return to My Assets in the Package Manager, select the SDK, and click Update.
Installation complete when the Convai SDK for Unity entry appears in the Package Manager list with version 4.2.0. You will also see a new Convai menu item in the Unity menu bar.
With the SDK installed, connect your project to Convai by entering your API key.
Configure the API keyLast updated
Was this helpful?
Was this helpful?