Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
blepmlem committed Jan 27, 2025
1 parent 610eb6b commit d2b63a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
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```
```https://github.com/blepmlem/VRChat-Expression-Utility.git#2.5.2```

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)
- Grab the latest [Unity Package release here](https://github.com/blepmlem/VRChat-Expression-Utility/releases/download/2.5.2/VRC_Expression_Utility_2.5.2.unitypackage)

# VRChat Expression Utility
This tool allows you to skip all of the tedious work when setting up new expressions in SDK3 Avatars.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.blep.vrc-expression-utility",
"displayName": "VRC Expression Utility",
"description": "Simplify creating multiple types of common VRC expressions! \nAllows for automatically adding and configuring new VRC parameters, animation clips, animator layers, and more!",
"version": "2.5.1",
"version": "2.5.2",
"author": {
"name": "blep",
"url": "https://github.com/blepmlem/VRChat-Expression-Utility"
Expand Down

0 comments on commit d2b63a1

Please sign in to comment.