You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A small script I made when I was working on the Love, Money, Rock 'n' Roll VN.
2
+
3
+
With this script you can easily create animation keyframes for a Live2D model inside Unity Animation window and play animation in edit mode.
4
+
5
+
# Dependencies
6
+
[Live2D Cubism SDK For Unity](https://www.live2d.com/en/download/cubism-sdk/)
7
+
8
+
# Installation
9
+
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).
10
+
11
+
# Usage
12
+
1. Add **CubismPoser** component to your Live2D Model Prefab.
13
+
2. Open the Animation Window (Window -> Animation -> Animation or press Ctrl + 6)
14
+
3. Click the record button and change the Live2D model parameter values — the timeline will track the changes and create keyframes.
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):
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:
0 commit comments