A copy of UnityGLTF for dropping into Unity project.
Unity3D library for importing and exporting GLTF 2.0 assets.
The goal of this library is to support the full glTF 2.0 specification and enable the following scenarios:
- Run-time import of glTF 2.0 files
- Run-time export of glTF 2.0 files
- Design-time import of glTF 2.0 files
- Design-time export of glTF 2.0 files
The library will be modularized such that it can be extended to support additional capabilities in Unity or support additional extensions to the glTF specification. The library is designed to work with Unity 2017 and above.
Work Items and Issues targeting a 1.0 release of the library can be found in Road to 1.0
- Changed plugin to use JSON.NET for Unity