✓ - Working | / - Incomplete | x - Unsupported |
Vertices | ✓ |
Triangles | ✓ |
Material | / |
Vertices Color | ✓ |
UV 1-4 | ✓ |
Texture | ✓ |
Skeleton Rigging Skinning | ✓ |
BlendShape | ✓ |
RigidBody | x |
Joint | x |
-
Import this plugin
-
For Editor:
-
For Runtime:
using UnityPMXExporter; ... public GameObject Target; public string Path = "Assets/model.pmx" ... ModelExporter.ExportModel(Target, Path);
Special Thank to:
- hobosore: UnityPMXRuntimeLoader for defining the structure of the PMX model
- CherishingWish for exporting the texture