Import Meebits
Larvalabs latest project explores the Metaverse through generative voxel based avatars called Meebits. There are 20,000 unique Meebits registered on the Ethereum blockchain.
These thousands of new Meebits owners represent the latest wave in the cultural forces that are accelerating Metaverse interoperability. In this guide you'll learn how to convert your Meebit into the VRM format to bring it into Webaverse.
Easy Method
First you need to download your meebit file
- Go to https://meebits.larvalabs.com/
- Connect wallet and go to your Meebits owned
- Prove ownership and download the 3D Model (T-Pose, Solid) from your Meebit page
Then you need to convert this file to VRM. There is an automated tool created by MeebitsDAO for importing your meebit into blender and exporting as Blender. It even comes with a Docker container. Instructions are in the readme.
Github: https://github.com/MeebitsDAO/meebits-blender-utils
If you have access to MeebitsDAO discord server:
Go to the #vox-upload
channel under TOOLS-AND-RESOURCES and upload your meebit_XXXXX_t_solid.vox file there. In 5-10 minutes you will get a google drive link containing the VRM file for your meebit.
Manual Method
Pre-requisites
- Magicavoxel: https://ephtracy.github.io/
- Unity: Recommend getting the version VRChat uses: https://docs.vrchat.com/docs/current-unity-version
- UniVRM: https://github.com/vrm-c/UniVRM/releases
Convert Vox File
- Download the 3D Voxel model file (T-pose) from the Meebit page
- Open vox file in Magicavoxel to convert
- Open the T-pose vox file using the folder icon
- Click export and select obj option to save
Rig in Mixamo
Next we need to add the skeleton rig so our model can have bones. The easiest method is through Mixamo, a free service from Adobe.
Zip the obj, mtl, and png texture files exported from Magicavoxel together then upload the zip to Mixamo.com to rig.
Set the positions like so with 'No Fingers' and hit next. The auto-rigger will take care of the rest.
Now just download the resulting file with the default settings: FBX Binary in T-pose.
Convert to VRM
- Download the latest
UniVRM-0.xx.unitypackage
version of UniVRM: https://github.com/vrm-c/UniVRM/releases - Create a new project in Unity. Check out Unity Hub to keep things organized.
- On the top menu bar go to Assets -> Import Package -> Custom Package... and import the UniVRM unitypackage.
- Import the FBX file from Mixamo into the project by drag and dropping into the Assets folder on the bottom panel
- Click the FBX model, on the right side go to Inspector -> Rig and select Humanoid as the Animation Type then Apply.
- Drag the avatar file into the Hierarchy, make sure its at the right scale. Select the avatar in the Hierarchy then go to VRM0 and hit Export.
- Input the title, version, and author for the VRM. This information, as well as characterization permissions, will be encoded as metadata in the VRM file. Hit export when you're done!