Updated package.json

This commit is contained in:
Pascal Serrarens 2022-01-12 11:47:23 +01:00
parent 6687800a6e
commit bc463fa414
2 changed files with 26 additions and 3 deletions

7
README.md.meta Normal file
View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 7fb2df2e4831fc94782d95487f732d65
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -2,6 +2,22 @@
"name": "com.passervr.humanoidcontrol_free",
"version": "4.1.0",
"displayName": "Humanoid Control Free",
"description": "Avatar control",
"unity": "2019.4"
}
"description": "Humanoid Control is the next generation of human character control. It will provide you with an effortless setup for having animated characters in your environments.",
"unity": "2019.4",
"author": {
"name": "Passer VR",
"email": "support@passervr.com",
"url": "https://passervr.com"
},
"documentationUrl": "https://passervr.com/apis/HumanoidControl/Unity/index.html",
"changelogUrl": "https://passervr.com/products/humanoidcontrol/release-notes/",
"license": "MPL-2.0",
"licensesUrl": "http://gitlab.passervr.com/passer/unity/humanoidcontrol4_free/-/blob/main/LICENSE",
"keywords": [
"avatar",
"animation",
"vr",
"virtual reality",
"unityxr"
]
}