---
name: AvatarUnificationMode
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "Controls whether the R6 to R15 adapter is active, allowing R15 avatars to join R6 experiences."
---

# AvatarUnificationMode

Controls whether the R6 to R15 adapter is active, allowing R15 avatars to join
R6 experiences.

**Type:** enum

## Description

When enabled, R15 avatars joining an R6 experience receive adapter parts,
invisible [MeshParts](/docs/reference/engine/classes/MeshPart.md) with R6-compatible names welded to their
corresponding R15 parts. The adapter preserves R6-like scale and movement
while enabling R15 features such as layered clothing and animatable heads.
Used by [Workspace.AvatarUnificationMode](/docs/reference/engine/classes/Workspace.md).

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Default` | 0 | Uses the engine-default avatar unification state. |
| `Disabled` | 1 | Avatar unification is disabled. |
| `Enabled` | 2 | Avatar unification is enabled. |