Installation

Install the Convai Plugin in Unreal Engine.

Prerequisites

Installing Visual Studio for Windows

  • Ensure having the required C++ toolchains mentioned here. If you already have Visual Studio installed, you may open the installer and select 'Modify' to add the above mentioned toolchains.

Installing XCode for Mac

Installing the plugin

There are two methods to install the plugin depending on your requirements

  1. Directly from the Marketplace Link: Recommended for easy installation and tracking updates to the plugin. (UE 5.1 - 5.3)

  2. Building from Github Source: For source UE builds and for unsupported UE versions on the marketplace, but not guranteed as the marketplace approach. (UE 4.26 - 5.0)

Set up your project

  1. From the top toolbar, go to Edit > Plugins.

  2. Find the Convai plugin.

  3. Click the checkbox to enable the plugin.

  4. Restart Unreal Engine.

Set up the API key

  1. Go to Edit > Project Settings.

  2. Choose Convai under the Plugins section on the left bar.

  3. Paste the API key into the API Key field.

Last updated