Welcome to PuppetMaster, an advanced character physics tool for Unity!
PuppetMaster Contains
- Tools for animating ragdolls of any kind
- Automated, easy to use ragdoll generator for all biped characters
- Ragdoll Editor - enabling you to intuitively edit colliders and joints in the Scene View.
- Joint Inspectors - visualizing and editing Character and Configurable Joints in the Scene View
Technical Overview
- Does NOT require Unity Pro
- Works with Humanoid, Generic and Legacy characters.
- Written in C#, all scripts are namespaced under RootMotion and RootMotion.Dynamics to avoid any naming conflicts with Your existing assets.
- Tested on Standalone, Web Player, IOS and Android
- Custom undoable inspectors and scene view handles
- Warning system to safeguard from null references and invalid setups (will not overflow your console with warnings)
- Optimized for great performance
- Modular, easily extendable. Compose your own custom character rigs
- User manual, HTML documentation, fully documented code
- Demo scenes and example scripts for all components
- Tested on a wide range of characters