# Unity-Technologies/Animation-Instancing

This technique is designed to instance Characters(SkinnedMeshRender).

Repository: https://github.com/Unity-Technologies/Animation-Instancing
Canonical: https://ross.abutalabs.com/products/animation-instancing
Language: C#
License: NOASSERTION
License Family: other
Last push: 2024-03-06T08:22:22+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3096, "days_push": 910, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1783, forks 310 (observed 2026-08-28T04:05:35.727313+00:00)

## What it is
A Unity technique and sample project from Unity Technologies for instancing SkinnedMeshRenderer characters to improve CPU/GPU performance in scenes with many animated characters. It supports root motion, attachments, LOD, culling, and mobile platforms (Unity 5.4+).

## Use cases
- render hundreds of animated characters efficiently in Unity
- optimize crowd scenes with skinned meshes
- instance SkinnedMeshRenderers with GPU instancing
- reduce CPU cost of character animation in large scenes
- add LOD and culling to instanced characters
- support root motion on instanced characters
- optimize character rendering on mobile

## When to choose
- you need many animated humanoid or skinned characters in a Unity scene
- performance of SkinnedMeshRenderer is a bottleneck
- you need root motion, attachments, or LOD with instanced characters
- targeting mobile platforms with crowds

## When to avoid
- you use a game engine other than Unity
- you only have a handful of characters (standard animation is simpler)
- you need actively maintained, fully supported production code (repo is in maintenance mode)
- you need non-skinned static mesh instancing (use standard GPU instancing)

## Facets
- artifact type: library
- maturity: maintenance
- function: animation, graphics, image-processing
- domain: graphics, performance
- platform: cross-platform, game-engine
- tags: unity, skinned-mesh-renderer, gpu-instancing, crowd-rendering, csharp, character-animation, lod, root-motion, game-development, mobile

## Member repositories
- Unity-Technologies/Animation-Instancing (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:35.727313+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-30T03:24:17.880376+00:00, confidence not recorded.
  - readme: https://github.com/Unity-Technologies/Animation-Instancing (fetched 2026-08-28T04:05:35.727313+00:00, sha cc8c227c0c58)
- Data as of 2026-08-30T08:39:29.467469+00:00.
