diff options
author | chai <chaifix@163.com> | 2021-08-04 09:59:13 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-08-04 09:59:13 +0800 |
commit | c0e2c23eaf47c39ffe0b0209d99d645a72fa60c5 (patch) | |
tree | 5408a7cb56223f7f2c649194577dd49abe249272 | |
parent | 8588ce841de7ab9095e70812edb60a31f4a85f71 (diff) |
*animation
-rw-r--r-- | Assets/ActionTool/Editor/ActionPreviewEditor.cs | 1 | ||||
-rw-r--r-- | Assets/Bundle/Unit/PC/Erika/AnimationData/Take 001.asset | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Assets/ActionTool/Editor/ActionPreviewEditor.cs b/Assets/ActionTool/Editor/ActionPreviewEditor.cs index 255df3a2..a45a503e 100644 --- a/Assets/ActionTool/Editor/ActionPreviewEditor.cs +++ b/Assets/ActionTool/Editor/ActionPreviewEditor.cs @@ -234,6 +234,7 @@ namespace ActionTool GUI.Label(new Rect(x, y, 105, 20), "Speed Curve:");
x += 105;
animData.curve = EditorGUI.CurveField(new Rect(x, y, 210, 20), animData.curve);
+ ui.DrawVerticalLineFast(x + 210 * ActionManager.actionData.curAnimTimeNormal, y , y + 20, Color.red);
}
Vector2 scrollPos = Vector2.zero;
diff --git a/Assets/Bundle/Unit/PC/Erika/AnimationData/Take 001.asset b/Assets/Bundle/Unit/PC/Erika/AnimationData/Take 001.asset index 256db6f4..92f9e569 100644 --- a/Assets/Bundle/Unit/PC/Erika/AnimationData/Take 001.asset +++ b/Assets/Bundle/Unit/PC/Erika/AnimationData/Take 001.asset @@ -10,7 +10,7 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: cab6406109041434e890f22d6455172f, type: 3} - m_Name: Take 001(Clone) + m_Name: Take 001 m_EditorClassIdentifier: animationName: Take 001 animationPath: Assets/Art/Animations/Erika/Take 001.anim |