# mattatz/unity-voxel

Mesh voxelization for Unity.

Repository: https://github.com/mattatz/unity-voxel
Canonical: https://ross.abutalabs.com/products/unity-voxel
Language: C#
License: MIT
License Family: permissive
Last push: 2019-01-06T03:58:26+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3617, "days_push": 2796, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1526, forks 157 (observed 2026-08-28T04:04:58.354366+00:00)

## What it is
A Unity library that converts triangle meshes into voxel representations using both GPU (compute shader) and CPU voxelizers. It supports building voxel cube meshes, 3D volume textures, and realtime voxelization of skinned meshes.

## Use cases
- voxelize a 3D mesh in Unity
- convert a mesh into a 3D texture volume
- create voxel particle effects from meshes
- voxelize skinned animated characters in realtime
- generate voxel mosaic effects at adjustable resolution
- build cube meshes from voxel data

## When to choose
- you need mesh-to-voxel conversion inside Unity
- you want GPU-accelerated realtime voxelization
- you need 3D texture generation from meshes

## When to avoid
- you are not using Unity
- you need voxelization outside the tested Unity 2018.3 era
- you need production support on platforms other than Windows or macOS

## Facets
- artifact type: library
- maturity: maintenance
- function: graphics, simulation, image-processing
- domain: graphics, simulation
- platform: windows, cross-platform
- tags: unity, voxelization, compute-shader, mesh-processing, gpu, 3d-texture, game-development, macos

## Member repositories
- mattatz/unity-voxel (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:58.354366+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-30T04:31:37.145111+00:00, confidence not recorded.
  - readme: https://github.com/mattatz/unity-voxel (fetched 2026-08-28T04:04:58.354366+00:00, sha 9108dabe895d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
