Skip to content

Commit

Permalink
chore: add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-f committed Oct 3, 2023
1 parent ac4bc49 commit 1dcecbe
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Assets/NatsunekoLaboratory/HierarchyStalker/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "cat.natsuneko.animation-auto-assignment",
"version": "0.2.0",
"displayName": "Animation Auto Assignment",
"description": "Unity Editor Extension that tracks changes on hierarchy and automatically repairs animation property paths.",
"unity": "2019.4",
"keywords": [
"Animation",
"Animator",
"Automatic"
],
"author": {
"name": "Natsune Mochizuki",
"email": "[email protected]",
"url": "https://github.com/natsuneko-laboratory/animation-auto-assignment"
},
"license": "MIT",
"documentationUrl": "https://docs.natsuneko.cat/en-us/animation-auto-assignment/",
"licensesUrl": "https://github.com/natsuneko-laboratory/animation-auto-assignment/blob/main/LICENSE",
"dependencies": {}
}

0 comments on commit 1dcecbe

Please sign in to comment.