1.0.0 • Published 4 years ago

jp.keijiro.cmu-mocap v1.0.0

Weekly downloads
4,331
License
SEE LICENSE IN LI...
Repository
github
Last release
4 years ago

CMUMocap

CMUMocap is a Unity package that contains humanoid animations from the Carnegie Mellon University Motion Capture Database.

How To Install

This package uses the scoped registry feature to resolve package dependencies. Please add the following sections to the manifest file (Packages/manifest.json).

To the scopedRegistries section:

{
  "name": "Keijiro",
  "url": "https://registry.npmjs.com",
  "scopes": [ "jp.keijiro" ]
}

To the dependencies section:

"jp.keijiro.cmu-mocap": "1.0.0"

After changes, the manifest file should look like below:

{
  "scopedRegistries": [
    {
      "name": "Keijiro",
      "url": "https://registry.npmjs.com",
      "scopes": [ "jp.keijiro" ]
    }
  ],
  "dependencies": {
    "jp.keijiro.cmu-mocap": "1.0.0",
    ...