# KhronosGroup/UnityGLTF

Runtime glTF 2.0 Loader for Unity3D

Repository: https://github.com/KhronosGroup/UnityGLTF
Canonical: https://ross.abutalabs.com/products/unitygltf
Language: C#
License: MIT
License Family: permissive
Topics: unity3d, gltf
Last push: 2026-08-21T07:04:43+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 83, longevity 100
- inputs: {"age_days": 3464, "days_push": 12, "days_rel": 33, "gap_med": 47, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2224, forks 534 (observed 2026-08-28T04:06:27.954722+00:00)

## What it is
A pure C# Unity3D library for importing and exporting glTF 2.0 assets at both editor and runtime, with no native dependencies. It supports many glTF extensions, custom plugins and callbacks, and works across all Unity render pipelines (URP, Built-in, and partially HDRP) including WebGL.

## Use cases
- load glTF models at runtime in a Unity game
- export Unity scenes or animations to glTF 2.0
- import 3D assets in WebGL builds
- convert Unity materials and blend shapes to glTF
- extend glTF import/export with custom extensions
- record animations to glTF via GLTFRecorder

## When to choose
- you need runtime glTF loading in Unity on any platform including WebGL
- you want both import and export with extensible plugin support
- you use URP or Built-in render pipeline on Unity 2021.3+

## When to avoid
- you primarily use HDRP, whose support is not actively maintained
- you need a non-Unity engine or a native-code loader
- you only need static editor-time import and prefer a simpler tool

## Facets
- artifact type: library
- maturity: active
- function: serialization, graphics, parser, sdk
- domain: graphics, web-development, cross-platform
- platform: cross-platform
- tags: unity3d, gltf, 3d-assets, import-export, runtime-loading, pure-csharp, game-development, web, desktop, mobile

## Member repositories
- KhronosGroup/UnityGLTF (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:27.954722+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:44:56.767724+00:00, confidence not recorded.
  - readme: https://github.com/KhronosGroup/UnityGLTF (fetched 2026-08-28T04:06:27.954722+00:00, sha 7ac056a2a6ed)
- Data as of 2026-08-30T08:39:29.467469+00:00.
