Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blepmlem/VRChat-Expression-Utility
Create new expressions for your VRC avatar without doing all the tedious work! Skip the balancing act of handling parameters, layers, transitions, conditions, etc, and just make cool stuff!
https://github.com/blepmlem/VRChat-Expression-Utility
unity vrc vrchat vrchat-avatars vrchat-tool
Last synced: 13 days ago
JSON representation
Create new expressions for your VRC avatar without doing all the tedious work! Skip the balancing act of handling parameters, layers, transitions, conditions, etc, and just make cool stuff!
- Host: GitHub
- URL: https://github.com/blepmlem/VRChat-Expression-Utility
- Owner: blepmlem
- License: mit
- Created: 2020-12-15T20:09:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T22:36:07.000Z (7 months ago)
- Last Synced: 2024-03-26T23:31:26.925Z (7 months ago)
- Topics: unity, vrc, vrchat, vrchat-avatars, vrchat-tool
- Language: C#
- Homepage:
- Size: 1.18 MB
- Stars: 40
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Quick Install Guide
### If you have git installed
Unity's Package manager, while supporting git, does not come with any embedded git install, so this will only work if you have [git](https://git-scm.com/download/win) installed beforehand.
- Open Unity's Package Manager and add the git url:```https://github.com/blepmlem/VRChat-Expression-Utility.git#2.5.1```
All versions come with built in update functionality.
### If you do not have git installed
- Grab the latest [Unity Package release here](https://github.com/blepmlem/VRChat-Expression-Utility/releases/download/2.5.1/VRC_Expression_Utility_2.5.1.unitypackage)# VRChat Expression Utility
This tool allows you to skip all of the tedious work when setting up new expressions in SDK3 Avatars.
With Expression Utility you can automatically generate every part of many common expressions based on presets; Quickly set up a new radial puppet for switching between outfits, a toggle for turning on a hat, and many more!![2](https://user-images.githubusercontent.com/76069764/154315109-469405d8-64bd-4a7b-87de-13dfd915901b.png)
Creating a new expression with the tool allows for the automatic generation of:
- VRChat Menu Controllers
- VRChat Parameters
- Animation Transitions based on the VRC parameter
- Animation Parameters based on the VRC parameter
- Animation Layers
- Animation ClipsOther features include the ability to view/delete each VRC parameter and relationships with associated objects such as Animation Clips, Animator Layers, Conditions, Menus, etc.
![3](https://user-images.githubusercontent.com/76069764/154315141-d1f58aae-6322-46a1-9607-f5ac7ab25dce.png)Have fun! <3