FBX Mesh Extractor is a Unity editor extension tool that allows you to quickly extract all mesh assets from FBX files and save them as independent asset files. This tool is particularly useful for developers who need to access and manipulate model meshes individually.
- Extract all mesh assets from any FBX file
- Simple editor interface operation
- Customizable output folder location
- Automatic creation of missing folders
- Batch extraction and saving of all meshes
- Download the latest Unity Package release
- In Unity Editor, go to Assets > Import Package > Custom Package
- Select the downloaded package file
- Make sure all files are selected and click Import
- Clone or download this repository
- Copy the
FbxMeshExtractor.cs
file to theAssets/Editor
folder in your Unity project (create the Editor folder if it doesn't exist)
- In Unity Editor, go to Tools > BY Utils > FBX Mesh Extractor
- In the popup editor window, drag and drop your target FBX file to the Target FBX field
- (Optional) Set the output folder path or use the browse button to select it
- Click the "Extract All Meshes" button
- All mesh assets will be extracted and saved to the specified output folder
This project is licensed under the MIT License - see the LICENSE file for details
Issues and pull requests are welcome. Your contributions will help make this tool better!