https://github.com/s1fx/unitylive2dcubismposer
With this plugin you can easily create animation keyframes for a Live2D model inside Unity Animation window and play animation in edit mode.
https://github.com/s1fx/unitylive2dcubismposer
cubism cubism-sdk live2d unity unity-plugin unity2d-plugin
Last synced: 6 months ago
JSON representation
With this plugin you can easily create animation keyframes for a Live2D model inside Unity Animation window and play animation in edit mode.
- Host: GitHub
- URL: https://github.com/s1fx/unitylive2dcubismposer
- Owner: s1fx
- License: mit
- Created: 2023-08-13T00:56:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T00:00:49.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T20:12:41.517Z (6 months ago)
- Topics: cubism, cubism-sdk, live2d, unity, unity-plugin, unity2d-plugin
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A small script I made when I was working on the Love, Money, Rock 'n' Roll VN.
With this script you can easily create animation keyframes for a Live2D model inside Unity Animation window and play animation in edit mode.
# Dependencies
[Live2D Cubism SDK For Unity](https://www.live2d.com/en/download/cubism-sdk/)# Installation
Download the latest .unitypackage file from [Releases Page](https://github.com/s1fx/UnityCubismPoser/releases) and import it into your project (Assets -> Import Package -> Custom Package).# Usage
1. Add **CubismPoser** component to your Live2D Model Prefab.
2. Open the Animation Window (Window -> Animation -> Animation or press Ctrl + 6)
3. Click the record button and change the Live2D model parameter values — the timeline will track the changes and create keyframes.https://github.com/s1fx/UnityLive2DCubismPoser/assets/141889958/8caef26f-5203-4a00-af09-49bfdf39c96d
You can also create keyframes for specific properties by selecting them in the CubismPoser Inspector and clicking the **Create Keyframes For Selected** button (active only in record mode):
https://github.com/s1fx/UnityLive2DCubismPoser/assets/141889958/3382e822-9ea2-4d31-9e82-7664f394ad0d
## Parameters Groups
You can create parameter groups for quick selection:https://github.com/s1fx/UnityLive2DCubismPoser/assets/141889958/069fd0fc-d860-4632-98f7-8c0dd3bfe5f2
Groups settings are stored in the **CubismPoser/Prefabs/PoserGroups.prefab**. Any parameter starting with a name in the list (regardless of case) will be selected when the group is selected:
