From c0e2c23eaf47c39ffe0b0209d99d645a72fa60c5 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 4 Aug 2021 09:59:13 +0800 Subject: *animation --- Assets/ActionTool/Editor/ActionPreviewEditor.cs | 1 + Assets/Bundle/Unit/PC/Erika/AnimationData/Take 001.asset | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'Assets') 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 -- cgit v1.1-26-g67d0