Registry / jp.keijiro.cmu-mocap

jp.keijiro.cmu-mocap

JSON →
library1.0.1jsnpmunverified

A Unity package containing a large collection of humanoid animation clips converted from the Carnegie Mellon University Motion Capture Database (CMU MoCap). Version 1.0.1 adds Unity 6 package signing. The package provides ready-to-use animations for prototyping, research, and game development, sourced from the public domain CMU dataset. It is distributed via the Keijiro scoped registry in Unity Package Manager. Differentiators include high-quality retargeted animations, no external dependencies, and simple drag-and-drop use.

npm install jp.keijiro.cmu-mocap
INSTALL
IMPORT
SIG · JP.KEIJIRO.CMU-MOC
J
jp.keijiro.cmu-mocap
javascriptv1.0.1
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Package installation via UPM
Add scoped registry: 'name': 'jp.keijiro', 'url': 'https://registry.npmjs.com', 'scopes': ['jp.keijiro'] then install jp.keijiro.cmu-mocap
Using npm install or direct .unitypackage import
Must use Unity Package Manager with Keijiro scoped registry
AnimationClip usage
public AnimationClip clip; (drag from Assets/CMUMocap folder)
Attempting to load via Resources.Load
Animations are assets, not runtime-loaded
Animator Controller setup
Assign clip to Animator Controller's motion field
Directly setting AnimationClip on Animator without Controller
Standard Unity animation workflow

Install the package via Unity Package Manager with the Keijiro scoped registry and play the provided sample scene.

// 1. In Unity Package Manager, add scoped registry: // Name: jp.keijiro // URL: https://registry.npmjs.com // Scope(s): jp.keijiro // 2. Install jp.keijiro.cmu-mocap package // 3. Import example scene from Packages/CMUMocap/Samples // 4. Press Play to see mocap animations playing on humanoid character
Debug
Known issues
gotchaPackage requires Unity 2019.4 or newer for package signing compatibility; older versions may fail to install from scoped registry.
fix
Upgrade Unity to 2019.4 or later
affects: <2019.4
deprecatedUnity 6 package signing certificate may expire; ensure you have the latest package version 1.0.1.
fix
Update to version 1.0.1 or later
affects: <1.0.1
gotchaAnimations are in-place and may need root motion or manual movement for locomotion.
fix
Enable 'Apply Root Motion' on Animator component
affects: >=0.0.0
gotchaThe package does not contain character models; you must supply your own humanoid character.
fix
Import or create a humanoid model with Animation Type 'Humanoid'
affects: >=0.0.0
Errors
Common errors & fixes
The package jp.keijiro.cmu-mocap could not be found in the registry.
Keijiro scoped registry not added correctly.
fix
Add scoped registry with name 'jp.keijiro', URL 'https://registry.npmjs.com', and scope 'jp.keijiro' in Project Settings > Package Manager
The package is not signed by a known publisher.
Unity 6 package signing: older version (1.0.0) lacks signature.
fix
Update to version 1.0.1 which is signed for Unity 6
Animation clip missing or not found.
Assets might be placed outside expected folders due to manual import.
fix
Reinstall the package via Package Manager; do not manually move assets from Packages folder
Upgrade
Version history
1.0.1latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
jp.keijiro.cmu-mocap — npm install jp.keijiro.cmu-mocap · libregistry