Skip to content

A small Unity plugin to automate setting layer weights and transition exit times

Notifications You must be signed in to change notification settings

ShockDW/VRCAnimatorControllerFixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

VRChat Animator Controller Fixer

Allows you to automagically handle the annoying "gotchas" of building complex Animator Controllers for VRChat avatars in Unity.

Use

Import the .unitypackage or the AnimatorControllerFixer folder into your Unity project, then either:

A: Right click on your .controller file in your Project view, then choose an option from the Animation Controller Fixes submenu, or image

B: Left click your .controller file in your Project view, then press one of the corresponding hotkey combinations.

Options

Option Functionality Hotkey
Fix Layer Weights Sets all Layer Weights to 1, ensuring animations are visible. Ctrl + W / Cmd + W
Fix Exit Times Sets all Transition Exit Times to 0, then unchecks "Has Exit Time" for each. Ctrl + E / Cmd + E
Fix Exit Times + Layer Weights Performs the functions of both options listed above. Ctrl + I / Cmd + I

About

A small Unity plugin to automate setting layer weights and transition exit times

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages