I am using Unreal Engine 5.5 and I need the FULL Vision plugin (not only the core SDK).
The plugin ZIP I downloaded only contains the Editor DLLs:
UnrealEditor-Convai.dll
UnrealEditor-ConvaiEditor.dll
UnrealEditor-ConvaiVisionBase.dll
But the runtime DLLs are missing from:
Plugins/Convai/Binaries/Win64/
Specifically: convai_client.dll ConvaiVisionBase.dll Vision runtime model files
Because of this, the Vision system cannot start and Unreal shows the error 0xc06d007e when initializing ConvaiSubsystem.
Can you please provide: ConvaiVisionBase.dll (UE 5.5) convai_client.dll (UE 5.5) Runtime Vision model package for UE 5.5
or confirm if the Full Vision build for UE 5.5 is not yet publicly released?
My project depends on Convai Vision, so any temporary build, beta version, or ETA would help a lot.
I downloaded the plugin from the Convai Downloads page (the Unreal Engine section).
The ZIP I received only contained the Editor DLLs, and did not include:
convai_client.dll
ConvaiVisionBase.dll
Vision runtime model files
This is why I am requesting the Full Vision package for UE 5.5.
Specifically, I downloaded the UE 5.5 compatible build listed in the releases.
2. Regarding the DLL files you mentioned:
I checked everything inside the 5.5 GitHub plugin (Binaries, ThirdParty, Runtime folders), and I could not find any documentation or reference for the following files:
convai_client.dll
ConvaiVisionBase.dll (vision runtime)
Vision model runtime files
I looked in the following places:
Convai Documentation
“Unreal Engine – Download & Setup”
“Environment Vision” feature docs
None of these pages list or mention these DLL file names.
GitHub Repository
Searched inside the entire repo for these filenames
Checked old commits, Releases, Binaries
Looked into plugin source folders
Still didn’t see any DLLs or notes about “VisionBase” or “vision runtime”.
I didn’t see these runtime DLLs in the plugin I downloaded.
Here is my screenshot from Plugins/Convai/Binaries/Win64, where only the Editor DLLs are present:
UnrealEditor-Convai.dll
UnrealEditor-ConvaiEditor.dll
UnrealEditor-ConvaiVisionBase.dll
But the runtime files like:
convai_client.dll
ConvaiVisionBase.dll (runtime)
are not included.
So I assumed these are missing from the UE 5.5 Vision build.
For the Convai Unreal Engine plugin you’re using (Convai Unreal SDK Releases), Vision features require additional Vision files beyond the core plugin. However, the error you’re encountering is not related to Vision itself, but to a different issue in the project setup.