Skip to content

v3.4.0: Custom inspector, head chop and audio!

Compare
Choose a tag to compare
@lyuma lyuma released this 01 Apr 07:18
· 51 commits to master since this release

Creator Companion not required. Standalone Avatar SDK is also supported.

However, it is recommended to download the latest Avatar 3.0 SDK using the Creator Companion, available from VRChat official download website. GestureManager, installed from VCC, will provide the nicer looking radial menu.

Whether you import into a standalone project or a creator companion project, note that this version installs into Packages and it is your responsibility to clean up the old Lyuma/Av3Emulator folder and the old GestureManager folder to avoid future conflicts.

To get nice radial menus, GestureManager must be installed into Packages with a new VPM compatible version.

v 3.4.0: All-new inspector, head chop, audio components and bugfixes.

Download version 3.4.0 .unitypackage HERE!

New features in v 3.4.0:

Thanks to both Dreadrith and jellejurre for all of the hard work that went into this update.

  • Custom inspector! Special thanks to Dreadrith for the implementation, and to jellejurre for the integration.
  • Fix for legacyFolders in the json. Thanks to anatawa12 for finding this.
  • Implementation of VRCHeadChop. Thank you, jellejurre
  • Implemented support for the VRCAnimatorPlayAudio state machine behavior. Thanks to jellejurre
  • Convert negative values to true bool when casting parameter types.

New features in v 3.3.1:

  • Fix compatibility with modular avatar systems by initializing in Start() and recreating the Animator.
  • Add an option to use the old behavior of initialize on Awake. This shouldn't be needed, but if it fixes a glitch, let me know.
  • Fix generic support (thanks, jellejurre)
  • Fix scaling offset on parent constraints being wrong with changed scale (thanks, jellejurre)
  • Fix bool copy parameter mismatch
  • Make restarting emulator more reliable

New features in v 3.3.0:

  • Fix parametersIncorrect not working with null parameter.name (thanks anatawa12)
  • Minimum support for IsOnFriendsList, false for local (thanks anatawa12)
  • Implement preference for changing clones IsOnFriendsList
  • Support latest Unity 2022 compatible version of SDK (thanks jellejurre)

New features in v 3.2.x:

  • Av3Emulator is updated to latest SDK 3.4.0. Thanks, anatawa12
  • Head bone scaling
  • Refactor builtin parameters to SSOT and stop OSC from setting them
  • Enable parameter setting with OSC
  • Add Parent Constraint scaling fix to follow VRC
  • Add toggle to disable parent constraint offset scaling, and cloth fix