VRChat 2022.1.2 - Avatar Dynamics!
Hello everyone! It's finally time... Avatar Dynamics has launched on Live! That's right, VRChat 2021.1.2 (build 1189) has just launched on our Live branch and is now available on all platforms!
Check out our latest blog post for a full intro and user manual on Avatar Dynamics, including a crash course on how to use our Permissions system to permit and deny interactions with your avatar.
Want to high-five your friends? Give your pal a real headpat? Unfurl your wings? Grab and manipulate your face? Press a self-destruct button on your friend's avatar? All of that is now possible -- and so, so much more. Avatar Dynamics unleashes an entire new set of possibilities for VRChat avatars, far beyond anything we could summarize here.
…did we mention that Quest users can now (finally!) see their friends' hair, ears, and clothes move with real-time physics?
Avatar Dynamics adds in some of the VRChat community's most requested features. If we're being precise, literally the #1 and #4 most requested features on our Feedback board!
Creators: We've also spent a ton of time writing up technical documentation for Avatar Dynamics so you can get into creation that much faster!
IMPORTANT: When you update your SDK, follow the instructions for updating PRECISELY! You're gonna get some errors during the SDK upgrade process for avatars. That's fine. Clear them or restart VRChat. They're expected.
This release requires that you update in order to see people on the new version! In other words, if you join on your friends and they aren't in the instance, either you or your friends need to update!
Our full notes are visible, as always, on our docs site!
Oh one last thing: there's a special note for shader authors in the patch notes up there, go read it!
[h2]Features[/h2]
[h2]Changes, Improvements, and Fixes[/h2]
[h2]Notes for Creators[/h2]
The SDK now requires that the Burst and Mathematics packages are installed. If they aren't installed, the SDK will install them for you on import. This may result in errors during first installation, but they will go away after a restart or a log clear.
[h2]Features[/h2]
Check out our latest blog post for a full intro and user manual on Avatar Dynamics, including a crash course on how to use our Permissions system to permit and deny interactions with your avatar.
Want to high-five your friends? Give your pal a real headpat? Unfurl your wings? Grab and manipulate your face? Press a self-destruct button on your friend's avatar? All of that is now possible -- and so, so much more. Avatar Dynamics unleashes an entire new set of possibilities for VRChat avatars, far beyond anything we could summarize here.
…did we mention that Quest users can now (finally!) see their friends' hair, ears, and clothes move with real-time physics?
Avatar Dynamics adds in some of the VRChat community's most requested features. If we're being precise, literally the #1 and #4 most requested features on our Feedback board!
Creators: We've also spent a ton of time writing up technical documentation for Avatar Dynamics so you can get into creation that much faster!
IMPORTANT: When you update your SDK, follow the instructions for updating PRECISELY! You're gonna get some errors during the SDK upgrade process for avatars. That's fine. Clear them or restart VRChat. They're expected.
This release requires that you update in order to see people on the new version! In other words, if you join on your friends and they aren't in the instance, either you or your friends need to update!
Our full notes are visible, as always, on our docs site!
Oh one last thing: there's a special note for shader authors in the patch notes up there, go read it!
Client
[h2]Features[/h2]
- Implemented PhysBones! PhysBones is a component that allows secondary movement for a more realistic depiction of things like hair and tails! Check the docs for technical details and important implementation notes!
- This system is available on all platforms-- yes, including the Quest!! We managed to get PhysBones working on Quest with some limits. See those limits in the Avatar Performance Ranking System docs
- You can set up PhysBones to be grabbed, pulled, stretched, and posed!
- You can interact with other people's PhysBones, letting you push around and pose affected bones. Want to give your friend a new hairdo? Easy!
- You can set up custom PhysBones colliders for various different effects!
- We've defined default finger and hand colliders for all avatars, listed in our PhysBones docs, so you've always got a way to interact with PhysBones
- We've integrated a UI to customize these predefined colliders on your avatar descriptor, so you can turn off ones you don't want at avatar creation time
- You can use PhysBones to affect Animator Parameters on your avatar, so you can detect when someone is grabbing, pulling, or posing one of your PhysBones!
- PhysBones are highly performant, offering orders-of-magnitude better performance than Dynamic Bones
- This system is available on all platforms-- yes, including the Quest!! We managed to get PhysBones working on Quest with some limits. See those limits in the Avatar Performance Ranking System docs
- Implemented Contacts! Contacts allow you to define volumes of space that will send or receive signals. These signals can then be used to drive Animator Parameters on your avatar!
- This system is available on all platforms-- yes, including the Quest!!
- Contact Senders send a signal. For a successful collision to occur, both the sender and receiver need at least one matching pair of strings. Collision tags are case sensitive.
- Contact Receivers receive a signal. As noted above, both the sender and receiver need at least one matching pair of strings.
- Implemented Avatar Dynamics Permissions! The Permissions and Settings interface allows you to select who can interact with your Avatar Dynamics systems on your avatar-- nobody, your friend, or everyone! Permission must be granted by both users for interaction to be enabled
- By default, only Friends can interact with your avatar
- A new icon will appear on users' nameplates to indicate the state of interaction permissions
- If the hand is lit up, interactions are enabled!
- If the hand is not lit up, interactions are not enabled
- By default, only Friends can interact with your avatar
- Implemented a runtime auto-converter for Dynamic Bones to PhysBones!
- Best attempts are made to convert Dynamic Bones to PhysBones, including Bone and Collider components
- The methods, variables, and mathematics are different between the two systems, so conversion may not work perfectly for all avatars. Some complicated setups may require that the avatar author re-upload a new version
- This system is enabled by default. You can disable this system via the VRChat Performance Options window. When the system is disabled, you will no longer locally be running the DB->PB converter and Dynamic Bones will be running-- in other words, this choice is local
- Best attempts are made to convert Dynamic Bones to PhysBones, including Bone and Collider components
- Per-User Avatar Dynamics permissions!
- The Avatar Dynamics button has replaced the Emoji button in the launchpad. It pauses all AD interactions now instead of cycling through global settings
- Added an interaction play / pause button in the Quick Menu settings
- Added per-user controls to the Quick Menu when selecting a user to override global setting. It is a three-way toggle, similar to the Show Avatar control
- The Avatar Dynamics button has replaced the Emoji button in the launchpad. It pauses all AD interactions now instead of cycling through global settings
[h2]Changes, Improvements, and Fixes[/h2]
- Favorites have been fully refactored under-the-hood to be more responsive and stable. This should hopefully solve most (if not all) of the Favorites bugs we've seen!
- Improvements to simulation time, which should improve networking behavior overall and fix a handful of edge-case networking-related bugs
- Input is less dependent on framerate
- If an avatar has defined a VRChat built-in parameter, an error will be printed to log and the avatar's definition of that parameter will be ignored
- If an avatar re-defines an already-defined parameter, an error is printed to log and only the first definition is used
- Added a new button to the Quick Menu dashboard for setting Avatar Interaction, replacing the Emotes button
- Added callouts in the Quick Menu to Interactions Settings
- Fixed issue where some Main Menu thumbnail lists (ex. World Favorites) wouldn't show all results
- Safety and Security fixes
[h2]Notes for Creators[/h2]
- In order to use Avatar Dynamics, you must update your SDK!
- Avatar Dynamics systems are only available in SDK3.
- PhysBones acts a bit differently than Dynamic Bones. As such, we've provided some usage tips on the PhysBones documentation page, please refer to it!
SDK
The SDK now requires that the Burst and Mathematics packages are installed. If they aren't installed, the SDK will install them for you on import. This may result in errors during first installation, but they will go away after a restart or a log clear.
[h2]Features[/h2]