Skip to content

Collection of Unity editor tools I wrote to make life a little easier.

License

Notifications You must be signed in to change notification settings

snerble/CVR-Conversion-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

CVR-Conversion-Tools

Collection of Unity editor tools I wrote to make life a little easier.

CVR Contacts Setup

Utility for automatically setting up hand colliders and CVRPointer components on an avatar's fingertips. Intended to simulate the contacts system from VRChat's Avatar Dynamics.

Depends on

VRC - CVR Animator Conversion

Utility for migrating VRChat animators to ChilloutVR. Changes the type of some parameters and then merges it with the default CVR AvatarAnimator.

Depends on

PhysBones to Dynamic Bones

Utility for converting PhysBones and PhysBone colliders to Dynamic Bones. Mostly reverse engineered from the DynamicBone to PhysBone migrator in the VRC SDK.

There's an additional feature that aims to reduce the stiffness of the converted bones by reducing the elasticity based on bone chain length. This is an attempt to make longer bone chains appear heavier.

Depends on

  • VRChat Avatar 3.0 SDK
  • Dynamic Bones