Publisher | DevEloop Team |
---|---|
File size | 14.14MB |
Number of files | 56 |
Latest version | 1.1.0 |
Latest release date | 2024-10-28 04:59:03 |
First release date | 2024-06-18 05:48:13 |
Supported Unity versions | 2018.4.2 or higher |
This plugin allows you to capture the skeletal movements of a model in real-time and save them as animations for future use. Whether you're developing a game or an interactive application, this tool will streamline your animation workflow.
There are following ways to save captured movements:
- serialize into JSON
- create Animation Clip
Primary Use Cases
- Combine Animations: Merge several animations into a single one.
- Create Animation Packs: Develop new animations or static pose packs.
- VR Body Tracking: Generate animations from body tracking in VR applications.
- Debugging Tool: Debug in-game movements effectively.
Getting Started
- Open and run an Assets/DevEloop/AnimationRecorder/Scenes/AnimationRecorderSampleScene.unity sample scene.
- Press Start Capturing button.
- Move a character on the scene.
- Press Stop Capturing button. The animation is serialized into JSON and Animation Clip is created.
- Press Play Animation button to animate another character with this animation.