v3.3.0: IsOnFriendsList and support for latest SDK
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.3.0: Avatar scaling enabled by default
Download version 3.3.0 .unitypackage HERE!
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.4:
- Workaround bug in VCC that prevents installation.
- Av3Emulator is updated to latest SDK 3.4.0. Thanks, anatawa12
- Add null check to preprocess hooks. Thanks, anatawa12
- Avatar scaling is now enabled by default. Thanks to Smash-ter for the reprot.
New features in v 3.2.2:
Thanks to jellejurre for all of the hard work that went into this update.
- Av3Emulator is updated to latest SDK 3.3.0.
- Add head bone scale caching and stop unneeded scaling
- Refactor builtin parameters to SSOT and stop OSC from setting them
- Supress warnings if parameter is controlled by curve
- Enable parameter setting with OSC
- Add Parent Constraint scaling fix to follow VRC
- Add toggle to disable parent constraint offset scaling, and cloth fix
- Add safety checks for if internals change
- Warn only once when setting builtin parameters
- Include hidden parent constraints and enable scaling by default
- Avoid accessing PipelineSaver internal class.