Install via UPM
Install the Convai Unity SDK via the Unity Package Manager using the package name.
Last updated
Was this helpful?
Install the Convai Unity SDK via the Unity Package Manager using the package name.
UPM installation is the recommended approach because it’s easy to maintain, update, and keep consistent across a team.
A Unity project opened in the Unity Editor
Open Package Manager
In Unity, go to Window → Package Manager.
Add the package from Git URL
Click the + button (top-left).
Select Install package by name
Copy the package name below and paste it into the Package Name field. Then click Install.
com.convai.convai-sdk-for-unity

Verify the installation
Wait for Unity to finish importing and compiling.
Open Console (if needed): Ctrl + Shift + C (Windows) / Cmd + Shift + C (macOS)
Expected result: No errors in Console, and a Convai menu appears in the top toolbar.
Console errors after install
Confirm you are using a supported Unity version.
You’ve installed the Convai Unity SDK via UPM and confirmed the editor compiled successfully. Next, go to Setup → Configure API Key.
Need help? For questions, please visit the Convai Developer Forum.
Last updated
Was this helpful?
Was this helpful?