Skip to content

Commit

Permalink
Update package.json of 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kesera2 committed Jan 17, 2025
1 parent 7138d07 commit 2d78e48
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "dev.kesera2.physbone-extractor",
"version": "1.0.1",
"displayName": "Physbone Extractor",
"description": "Extract Physbone and Physbone Collider and put into the avatar root as Avatar Dynamics",
"author": {
"name": "kesera2",
"url": "https://github.com/kesera2/physbone-extractor"
},
"unity": "2022.3",
"unityRelease": "22f1",
"license": "zlib"
}
{
"name": "dev.kesera2.avatar-dynamics-extractor",
"version": "2.0.0",
"displayName": "kesera2's Avatar Dynamics Extractor",
"description": "Extract Avatar Dynamics components such as Physbone, Physbone Collider, and Contacts, then place them in the avatar root as Avatar Dynamics",
"author": {
"name": "kesera2",
"url": "https://github.com/kesera2/physbone-extractor"
},
"unity": "2022.3",
"unityRelease": "22f1",
"license": "zlib",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0"
}
}

0 comments on commit 2d78e48

Please sign in to comment.