Version update and compatibility issue

We have created a VR project one year ago in unity using a very old version of convai. Before, we have tried to update them by import the latest version but encountered compatibility issue and things got distorted. Thus, we are wondering if there is easy but safe way to update convai without interrupting the current project? Thank you.

Hello @user3,

Over the past year, the Convai SDK has undergone significant changes, so directly updating your project to the latest version may not be possible without some adjustments.

If you haven’t modified Convai scripts, you can try:

  1. Deleting all Convai-related folders from your project.
  2. Importing the latest version of the SDK.
  3. Reviewing your NPCs’ components and settings to ensure everything is correctly configured.
  4. Checking for any missing script issues and removing/replacing them as needed.

I also strongly recommend using version control (e.g., GitHub) to safely test updates without affecting your main project.

Let us know if you need further guidance!