Unity bridge
The Unity bridge imports assets directly into your active Unity project's Asset folder as prefabs with materials and textures.
Before you install
- Ensure you have Unity 2022.3 LTS or later.
- In Asset Hub, set the shared folder in settings.
- Have your Unity project open so the bridge installer can copy files into the correct directory.
Install from Asset Hub (recommended)
- Open Asset Hub → Bridges → Unity.
- Click Install and select your Unity project root folder (the folder containing the
AssetsandProjectSettingsdirectories). - The installer will copy the bridge scripts and plugins into
Assets/Plugins/Korvix3D/. - Unity will automatically compile the scripts. You will see a Korvix3D menu option in the top toolbar.
Manual Installation
If you want to manually copy the bridge files or install via a .unitypackage:
- Download the Unity Bridge ZIP or
.unitypackagefrom the Download page. - In Unity, go to Assets → Import Package → Custom Package... and select the downloaded package.
- Ensure all items are checked and click Import.
- Verify that the files appear in the
Assets/Plugins/Korvix3D/directory.
Using the Unity Bridge
- With your Unity project open, click Korvix3D → Open Bridge from the top menu.
- When you export an asset from the Korvix3D desktop app targeting Unity, it will write the FBX/USD file and materials JSON directly to the shared folder.
- The Unity bridge will automatically detect the exported asset, copy the meshes and textures into
Assets/Korvix3D_Imports/, construct the materials, and create a prefab in your scene.
Troubleshooting
- Bridge menu item missing: Ensure the scripts are inside
Assets/Plugins/Korvix3D/Editor/and there are no compilation errors in Unity's Console window. - Assets not importing: Confirm that the shared folder path matching key
SharedFolderPathin Windows registry matches the path configured in Asset Hub.