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?
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.
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.
Download the ZIP again (after fixing extraction settings).
Do NOT manually unzip the .unitypackage.
In Unity:
Assets → Import Package → Custom Package…
Select the .unitypackage → Import.
.unitypackage already got unpackedThe cleanest fix is simply to re-download the ZIP with nested extraction disabled.
That worked. Thanks so much!