Asset Uploader
Upload Metahumans, Reallusion characters, and Scenes from Unreal Engine to Convai Sim and Avatar Studio with ease.
Last updated
Was this helpful?
Upload Metahumans, Reallusion characters, and Scenes from Unreal Engine to Convai Sim and Avatar Studio with ease.
The Asset Uploader is currently available only on the Professional Plan and above.
The Convai Asset Uploader enables developers to upload their custom avatars and levels directly from Unreal Engine to Avatar Studio and Convai Sim. It automates project creation, plugin integration, and asset packaging through a command-line interface, making the entire process simple and reliable.
Whether you're uploading a scene, a Metahuman, or a custom Reallusion character, this tool ensures your assets are packaged and transferred in a compatible and Convai-ready format.
Before getting started, ensure you have the following:
Unreal Engine 5.5
Convai API Key – You can get it from the Convai Dashboard
.NET 6.0 Runtime (Console Applications) – Download it here
Unreal Engine 5.5 Cross-Compile Toolchain - Download it here
Download Linux Binaries for Unreal Engine 5.5 - You can download it from Epic Games Launcher

Download the latest version of AssetUploaderTool.exe from our GitHub Releases.
Asset Uploader Tool will create and configure your Convai Unreal project automatically.
Move the downloaded AssetUploaderTool.exe file to the directory where you want your new Unreal project to be created.
Double-click to run the .exe.
If you see a “Windows protected your PC” screen, click More Info > Run Anyway.
Don’t worry! The executable is safe to use. The warning appears because the tool is currently in beta and not digitally signed.
The Asset Uploader will open in a terminal window. You’ll go through the following steps:
Unreal Engine Path Detection
You'll see a message like:
Found Valid Unreal Engine Path: C:/Program Files/Epic Games/UE_5.5
Confirm with Y if correct
Enter N to provide a different path manually
Project Configuration
Enter the Project Name (this will be your new Unreal project)
Enter your Convai API Key from your Convai account
Select Asset Type
Press 1 for uploading a Scene
Press 2 for uploading an Avatar
Choose Avatar Type If you selected Avatar:
You’ll be asked: Are you using a Metahuman for your Avatar?
Press Y for Metahuman setup
Press N for Reallusion setup
Once your configuration is complete, the tool will:
Generate a new Unreal Engine project
Automatically install and configure all necessary Convai Plugins
Begin compiling the project
When you see the message:
your setup is complete. Press Enter to exit.
Your new project will be created in the same directory as the .exe.
Example: If the tool is placed in
Downloads, your project will be generated insideDownloads.
If you encounter an error related to the .NET Runtime:
Install the .NET 6.0 Runtime for Console Apps from this link.
Do not delete or rename the ConvaiEssentials folder.
Do not change global project settings outside the plugin folder.
Support for other Unreal Engine versions is in development.
Continue to one of the following guides:
Currently, only Metahuman and Reallusion avatars are supported for upload.
If you run into any issues or have questions, don’t hesitate to reach out via the Convai Developer Forum.
Last updated
Was this helpful?
Was this helpful?
Unreal Compilation completed successfully