HumanoidControl_Free/package.json

31 lines
985 B
JSON
Raw Normal View History

2022-01-12 10:58:39 +01:00
{
"name": "com.passervr.humanoidcontrol_free",
2024-01-19 08:32:42 +00:00
"version": "4.3.1",
"displayName": "Humanoid Control 4 Free",
2022-01-12 11:47:23 +01:00
"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.",
2024-01-19 08:32:42 +00:00
"unity": "2021.3",
2022-01-12 11:47:23 +01:00
"author": {
"name": "Passer VR",
"email": "support@passervr.com",
"url": "https://passervr.com"
},
"documentationUrl": "https://passervr.com/apis/HumanoidControl/Unity/index.html",
2022-01-17 16:50:05 +01:00
"changelogUrl": "https://gitlab.passervr.com/passer/unity/humanoidcontrol4_free/-/releases",
2022-01-12 11:47:23 +01:00
"license": "MPL-2.0",
"licensesUrl": "http://gitlab.passervr.com/passer/unity/humanoidcontrol4_free/-/blob/main/LICENSE",
"keywords": [
"avatar",
"animation",
"vr",
"virtual reality",
"unityxr"
2022-01-12 12:57:14 +01:00
],
"samples": [
{
"displayName": "Grocery Store Demo",
"description": "The old Grocery Store demo from previous versions",
2022-02-15 14:29:02 +00:00
"path": "Samples~/GroceryStore"
2022-01-12 12:57:14 +01:00
}
2022-01-12 11:47:23 +01:00
]
2023-10-05 12:33:33 +00:00
}