This guide will show you how to prepare and import your Meshy-generated 3D models into popular game engines like Unity and Unreal Engine.
Step 1: Download the Plugin
You can find this on Resources:
Step 2: Exporting Your Model
Just like with Blender, the key is to choose the correct file format. The recommended format is .GLB, as it's widely supported and includes all necessary textures.
Go to your completed model in Meshy.
Click the Download button and choose .GLB.
Select your desired resolution and click Export.
Step 3: Importing into Unity
Open your Unity project.
Drag and drop the
.glb
file directly into your Project window (the folder pane at the bottom).Unity will automatically import the model, its materials, and textures. You will see a new prefab asset created in your project.
Drag the new prefab from the Project window into your scene to add your model to the game world.
Step 4: Importing into Unreal Engine
Open your Unreal Engine project.
Go to the Content Browser and click Import.
Select the
.glb
file you downloaded. Unreal Engine will automatically detect it as a glTF file and prompt you with import options.For most cases, the default settings are fine. Click Import All to bring the model, textures, and materials into your project.
Drag the new asset from the Content Browser into your scene to place your model.