Skip to main content

Installation

DressingTools is a standalone Unity UPM package and does not require any game or tool SDKs to be installed to work.

This is useful for workflows that is not related to VRChat at all. For example, creating VRM projects, MMD, other VR social platforms or Unity projects that does not support VRCSDK at all.

Via VCC (VRChat Creator Companion)

It is strongly recommended to use VCC for installation since it manages all libraries that DressingTools require and the version of VRCSDK that we support. It also makes updating DressingTools easier for users.

  1. Install the VPM repository with the following button, or add the repository using https://vpm.chocopoi.com/index.json manually.

    Install with VCC
  2. Press I Understand, Add Repository to add the repository.

    Installation VCC Understand

  3. Add the DressingTools package to your avatar project.

    Installation VCC Add Package

  4. Open the project and you are good to go!

    Installation VCC Teaser

Via .unitypackage

info

You are always recommended to use VCC for installation if you are using it for VRChat.

  1. Navigate to this website, and download the DressingTools-x.x.x-with-deps.unitypackage.

    Installation unitypackage GitHub

  2. Double-click the unitypackage file or drag to your project, and done!

Via zip files

caution

Remove the old packages before copying. Make sure you install the correct versions of the dependencies to work properly.

You can download the zip files directly and decompress them into your Packages folder. It will look like this:

Packages
|- com.chocopoi.vrc.dressingtools
|- com.chocopoi.vrc.dressingframework
|- com.chocopoi.vrc.avatarlib

Via UPM Git URL

caution

Unity does not handle updates and dependencies properly for UPM Git URLs. Make sure you install the correct versions of the dependencies to work properly.

  1. Start the Unity Package Manager

    Installation UPM Git Start Package Manager

  2. Press Add package from git URL...

    Installation UPM Git Add from git URL

  3. Add the following packages and make sure the required versions match the version of DressingTools that you are installing. Change the version after the # to your desired one.

    • AvatarLib
      • https://github.com/poi-vrc/AvatarLib.git#1.0.2
    • DressingFramework
      • https://github.com/poi-vrc/DressingFramework.git#1.0.4
    • DressingTools
      • https://github.com/poi-vrc/DressingTools.git#2.0.0