Unity-Technologies/Animation-Instancing
This technique is designed to instance Characters(SkinnedMeshRender). observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3096
- days_rel: n/a
- days_push: 910
- n_releases_24m: 0
Adoption not part of the score
1783 stars · 310 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity maintenance
animation graphics image-processing graphics performance cross-platform game-engine unity skinned-mesh-renderer gpu-instancing crowd-rendering csharp character-animation lod root-motion game-development mobile
1 source
- readme: https://github.com/Unity-Technologies/Animation-Instancing · fetched 2026-08-28 · cc8c227c0c58
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Unity-Technologies/Animation-Instancing | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="Unity-Technologies/Animation-Instancing")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem