jp.keijiro.cmu-mocap

1.0.0 • Public • Published

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",
    ...

Readme

Keywords

Package Sidebar

Install

npm i jp.keijiro.cmu-mocap

Weekly Downloads

858

Version

1.0.0

License

SEE LICENSE IN LICENSE

Unpacked Size

4.67 MB

Total Files

22

Last publish

Collaborators

  • keijiro