Convai UnityBeta Download contains no package

Hi,

I recently downloaded the ConvaiUnityBeta_MR plugin. It doesn’t seem to contain the package file required to install it into a project. Is there another version that contains the required files?

Hello,

Welcome to Convai Developer Forum!

What do you see inside the ZIP after downloading it?
Could you please share a screenshot?

I see lots of directories, and no other files. Here is the top of the listing and the bottom. Lot of other directories in the middle.

Do you need any other information?

ConvaiUnityBeta_MR.unitypackage (20.4 MB)

The reason is that you are using MacOS, and Mac unzip tools often auto-extract nested archives, which causes the .unitypackage inside the ZIP to unpack into GUID folders.

I checked online and asked an AI assistant, here are the recommended fixes.
Additionally, I’m sharing the plugin in a non-zip format below so you can use it directly.

:white_check_mark: How to prevent auto-extraction on Mac

Mac tools like Finder, The Unarchiver, or Keka sometimes automatically extract .unitypackage files. Disable this:

If using The Unarchiver:
Preferences → turn off “Extract archives inside archives”.

If using Keka:
Disable “Extract inner archives.”

Finder / Archive Utility cannot disable this, so using a 3rd-party unzipper is safer.

:white_check_mark: Correct way to import the plugin

  1. Download the ZIP again (after fixing extraction settings).

  2. Do NOT manually unzip the .unitypackage.

  3. In Unity:
    Assets → Import Package → Custom Package…

  4. Select the .unitypackage → Import.

If your .unitypackage already got unpacked

The cleanest fix is simply to re-download the ZIP with nested extraction disabled.

That worked. Thanks so much!

1 Like