Skip to content

Package to export Json or import Unity's HumanPose class and apply it to Humanoid.

License

Notifications You must be signed in to change notification settings

elvneko/HumanPoseUtility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Human Pose Utility

DEMO

The pose json used in VRM Posing Desktop uses Unity's HumanPose class. This makes it easy to make it compatible with your Unity products.

日本語はこちら

Usage Examples

  • Make a character take a specific pose on the character selection screen in a game.
  • Preview display in avatar creation applications, etc.

Name Space

using HumanPoseUtil;

Script

// set pose
public static void ApplyHumanPose(Animator animator, HumanPose pose);
// get pose
public static HumanPose ExtractHumanPose(Animator animator);

For Demo

To simplify usage, I have included free assets related to 3D characters and file browsers.

demo video

Please feel free to remove any unnecessary assets and use the demo scripts as a reference to modify the implementation as you see fit.

Links

This package wraps Unity's HumanPoseHandler for easier handling.

Official Unity documentation is here.

UnityChan

About

Package to export Json or import Unity's HumanPose class and apply it to Humanoid.

Resources

License

Stars

Watchers

Forks

Packages

No packages published