DressingTools Versions Save

Dressing your own avatar is really that easy.

2.5.0

1 month ago

Installation

DressingTools2 is a standalone UPM package and supports Unity 2019.4 or later. Tested on Unity 2019.4.31f1, 2022.3.6f1, 2023.2.2f1. It can be installed via VCC, UPM or .unitypackage file.

⚠️ Please read the installation guide before downloading. ダウンロードする前に、インストールガイドをお読みください。 下載前請 閱讀安裝指南。 ⚠️

⚠️ DressingTools-with-deps-x.x.x.unitypackage is currently not available. Installing using the UnityPackage below requires you to install the respective new versions of dependencies. Please avoid installing via UnityPackages.

What's Changed

image

Full Changelog: https://github.com/poi-vrc/DressingTools/compare/2.4.0...2.5.0

2.5.0-beta.3

1 month ago

What's Changed

Full Changelog: https://github.com/poi-vrc/DressingTools/compare/2.5.0-beta.2...2.5.0-beta.3

2.5.0-beta.2

1 month ago

What's Changed

Full Changelog: https://github.com/poi-vrc/DressingTools/compare/2.5.0-beta.1...2.5.0-beta.2

2.4.2

2 months ago

Installation

DressingTools2 is a standalone UPM package and supports Unity 2019.4 or later. Tested on Unity 2019.4.31f1, 2022.3.6f1, 2023.2.2f1. It can be installed via VCC, UPM or .unitypackage file.

⚠️ Please read the installation guide before downloading. ダウンロードする前に、インストールガイドをお読みください。 下載前請 閱讀安裝指南。 ⚠️

What's Changed

Full Changelog: https://github.com/poi-vrc/DressingTools/compare/2.4.1...2.4.2

2.4.2-beta

2 months ago

What's Changed

Full Changelog: https://github.com/poi-vrc/DressingTools/compare/2.4.1...2.4.2-beta

2.5.0-beta.1

2 months ago

What's Changed

Full Changelog: https://github.com/poi-vrc/DressingTools/compare/2.5.0-beta...2.5.0-beta.1

2.5.0-beta

2 months ago

:warning: Requires DressingFramework v2.1.1 or higher to work properly.

What's Changed

image

Full Changelog: https://github.com/poi-vrc/DressingTools/compare/2.4.0...2.5.0-beta

2.4.1

2 months ago

What's Changed

Full Changelog: https://github.com/poi-vrc/DressingTools/compare/2.4.0...2.4.1

2.4.1-beta

2 months ago

What's Changed

Full Changelog: https://github.com/poi-vrc/DressingTools/compare/2.4.0...2.4.1-beta

2.4.0

2 months ago

Installation

DressingTools2 is a standalone UPM package and supports Unity 2019.4 or later. Tested on Unity 2019.4.31f1, 2022.3.6f1, 2023.2.2f1. It can be installed via VCC, UPM or .unitypackage file.

⚠️ Please read the installation guide before downloading. ダウンロードする前に、インストールガイドをお読みください。 下載前請 閱讀安裝指南。 ⚠️

What's Changed

feat: group dynamics component by @poi-vrc in https://github.com/poi-vrc/DressingTools/pull/382

  • Extracted from cabinet animation system
  • Allows to group dynamics into a single object and then separate them into children objects, useful for selectively enable or disable dynamics
  • You should use this with the SmartControl system. So you can selectively enable and disable dynamics for performance and better grabbing (avoid grabbing unrelated bones) like the current cabinet animation system.

image

feat: add SmartControl VRCPhysBone driver by @poi-vrc in https://github.com/poi-vrc/DressingTools/pull/375

  • Make your PhysBone interactive with others by toggling on/off objects and changing properties with few clicks!

image

feat: automatic dynamics option detection for armature mapping

  • Detect Frankenstein bones (aka clothes bones that are not originated from the avatar armature) and use ignore transforms if necessary, in order to try to reduce issues on these cases.

image

feat: add support for Legacy Editor to perform destructive apply

  • Previously, the legacy editor does not perform destructive apply like how v1 does. It just adds the object and do nothing until play mode or upload. It seems that there are a group of users that still have demands on the v1 destructive approach.
  • Since v2.4, I have made some preparations for selectively destructive apply and thus allowing me to add destructive support for Legacy Editor. The legacy editor in this version probably can already behave the same as v1. Hopefully, this allows all v1 users to update to v2 without concerning Unity 2022 compatibility, future updates and bugs that currently exist in v1.
  • However, I still recommend everyone to use the non-destructive approach for their new avatars.

image

refactor: multiple components stage 1 by @poi-vrc in https://github.com/poi-vrc/DressingTools/pull/376

  • All of the current features will be available as components soon. Currently, this is being prepared internally and they are currently not visible to users
  • Internally, these modules are automatically converted into components:
    • ArmatureMappingModule --> DTArmatureMapping --> DTObjectMapping, DTIgnoreDynamics, DTCopyDynamics
    • BlendshapeSyncModule--> DTBlendshapeSync
    • MoveRootModule --> DTMoveRoot
  • Since the refactor is too large, these modules will be included in next refactor commit:
    • CabinetAnimModule
    • VRCMergeAnimLayerModule

Full Changelog: https://github.com/poi-vrc/DressingTools/compare/2.3.0...2.4.0