Avatar Compressor

Quick Start

How to install Avatar Compressor

ALCOM

ALCOM is the recommended package manager for VRChat avatar development.

Add the Repository

Click the button below to add the Limitex VPM repository:

Or manually add the repository:

  1. Open ALCOM and go to Settings
  2. Select the Packages tab
  3. Click Add Repository
  4. Enter the URL: https://vpm.limitex.dev/index.json
  5. Click Add

Install the Package

  1. Open ALCOM and select your project
  2. Find Avatar Compressor in the package list
  3. Click Add to install

VCC (VRChat Creator Companion)

Add the Repository

Click the button below to add the Limitex VPM repository:

Or manually add the repository:

  1. Open VCC and go to Settings
  2. Select the Packages tab
  3. Click Add Repository
  4. Enter the URL: https://vpm.limitex.dev/index.json
  5. Click Add

Install the Package

  1. Open VCC and select your project
  2. Go to Manage Project
  3. Find Avatar Compressor in the package list
  4. Click Add to install

vrc-get

vrc-get is a command-line client for VRChat Package Manager.

Add the Repository

vrc-get repo add https://vpm.limitex.dev/index.json

Install the Package

Navigate to your Unity project directory, then run:

vrc-get install dev.limitex.avatar-compressor

Manual Installation

Manual installation is not recommended. Use a package manager for easier updates.

Download the Package

Download the latest .zip from the GitHub Releases page.

Import to Unity

  1. Extract the .zip file
  2. Move the extracted folder to your Unity project's Packages folder
  3. Open Unity and the package will be automatically detected

Dependencies

The following packages will be installed automatically as dependencies.

PackageMinimum Version
VRChat SDK - Avatars3.10.0
NDMF1.10.0

NDMF Installation

NDMF (Non-Destructive Modular Framework) is provided via the Modular Avatar VPM repository. If the installation fails due to NDMF not being found, please add the Modular Avatar repository:

Or manually add the repository URL: https://vpm.nadena.dev/vpm.json

On this page