Skip to content

croakfang/UnityPMXExporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Features

✓ - Working / - Incomplete x - Unsupported
Vertices
Triangles
Material /
Vertices Color
UV 1-4
Texture
Skeleton Rigging Skinning
BlendShape
RigidBody x
Joint x

Usage

  • Import this plugin

  • For Editor:

    • Right click on the object on the hierarchy
    • Exprot PMX Model image
  • 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