All Projects → keijiro → Cmumocap

keijiro / Cmumocap

Licence: other
Unity humanoid animations converted from the Carnegie Mellon University Motion Capture Database

Projects that are alternatives of or similar to Cmumocap

Unityfx.async
Asynchronous operations (promises) for Unity3d.
Stars: ✭ 143 (-6.54%)
Mutual labels:  unity, unity3d
Unity Texture Curve
✏️ Example showing how to bake an AnimatedCurve into a Texture and use it in a shader.
Stars: ✭ 149 (-2.61%)
Mutual labels:  unity, unity3d
Rapidgui
Unity OnGUI(IMGUI) extensions for Rapid prototyping/development
Stars: ✭ 144 (-5.88%)
Mutual labels:  unity, unity3d
Ecs
ECS for Unity with full game state automatic rollbacks
Stars: ✭ 151 (-1.31%)
Mutual labels:  unity, unity3d
Core
CatLib lightweight dependency injection container
Stars: ✭ 148 (-3.27%)
Mutual labels:  unity, unity3d
Kinotube
An image effect simulating analog video artifacts in Unity.
Stars: ✭ 142 (-7.19%)
Mutual labels:  unity, unity3d
Ffmpegrecorder
FFmpeg extension for Unity Recorder
Stars: ✭ 153 (+0%)
Mutual labels:  unity, unity3d
Unitylauncher
Unity Version Launcher
Stars: ✭ 137 (-10.46%)
Mutual labels:  unity, unity3d
Unity Curve Utils
A utility that can use 18 kinds of curve algorithm.
Stars: ✭ 151 (-1.31%)
Mutual labels:  unity, unity3d
Klaklasp
An extension for the Klak Wiring system to create audio reactive behaviors.
Stars: ✭ 150 (-1.96%)
Mutual labels:  unity, unity3d
Texturegenerator
3D and 2D Texture generation using the compute shaders within the Unity engine.
Stars: ✭ 142 (-7.19%)
Mutual labels:  unity, unity3d
Klaksyphon
Syphon plugin for Unity
Stars: ✭ 149 (-2.61%)
Mutual labels:  unity, unity3d
Tfclassify Unity
An example of using Tensorflow with Unity for image classification and object detection.
Stars: ✭ 140 (-8.5%)
Mutual labels:  unity, unity3d
Uicard
Generic UI for card games like Hearthstone, Magic Arena and Slay the Spire...
Stars: ✭ 142 (-7.19%)
Mutual labels:  unity, unity3d
Kinostreak
Anamorphic lens flare effect for Unity
Stars: ✭ 139 (-9.15%)
Mutual labels:  unity, unity3d
Ugui Super Scrollview Example
Sample project that summarizes usage examples of "UGUI Super ScrollView".
Stars: ✭ 146 (-4.58%)
Mutual labels:  unity, unity3d
Ml Agents
Unity Machine Learning Agents Toolkit
Stars: ✭ 12,134 (+7830.72%)
Mutual labels:  unity, unity3d
Eazy Sound Manager
Eazy Sound Manager is a simple Unity3D tool which aims to make sound and music management in games easier
Stars: ✭ 135 (-11.76%)
Mutual labels:  unity, unity3d
Noiseball3
A Unity example that shows how to use the new implementation of DrawProcedural.
Stars: ✭ 147 (-3.92%)
Mutual labels:  unity, unity3d
Unity Ui Examples
📚 A collection of UI examples for Unity.
Stars: ✭ 152 (-0.65%)
Mutual labels:  unity, unity3d

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",
    ...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].