alex-shch / GLTFUtility

Lightweight GLTF importer for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GLTFUtility

Allows you to import and export glTF files during runtime and in editor. glTF is a new opensource 3d model transmission format which supports everything you'll ever need from a format in Unity. Read more about glTF here

NOTICE This is a work in progress. Current features can be tracked below:

  • Editor import
  • Editor export
  • Runtime import API
  • Runtime export API
  • Static mesh
  • UVs
  • Normals
  • Tangents
  • Vertex colors
  • Materials
  • Textures
  • Rig
  • Animations
  • Morph targets
  • GLTF format
  • GLB format

About

Lightweight GLTF importer for Unity

License:MIT License


Languages

Language:C# 100.0%