This is a glTF importer for UE4/5(Unreal Engine 4 & 5).
- Load and parse the glTF 2.0 file
- json
- json-embedded
- binary
- Import the static mesh in UE4/5 editor
- Reimport the static mesh
- Support the morph targets
- Spawn all static meshes as
AStaticMeshActor
in a level
- Import the skeletal mesh in UE4/5 editor
- Reimport the skeletal mesh
- Support the morph targets
- Import the skeleton animation
- Create the physics asset
- Spawn all skeletal meshes as
ASkeletalMeshActor
in a level
- Imports the material(
PBR
) in UE4/5 editor - Imports the texture in UE4/5 editor
- Allow to transform from local to world
- Extensions
KHR_draco_mesh_compression
KHR_materials_pbrSpecularGlossiness
You can visit all in github's milestones.
MIT License