feat: 애니메이션 클립 병합/잘라내기 에디터 툴 추가 및 메뉴 통합
- AnimationClipMerger: 여러 클립을 순서 조정 후 이어 붙이는 에디터 윈도우 추가 - AnimationClipTrimmerWindow: 시작/종료 프레임 지정으로 클립 잘라내기 에디터 윈도우 추가 - 기존 애니메이션 에디터 툴 메뉴를 Tools/Animation/ 서브메뉴로 통합 - Merge Clips, Trim Clip, Reverse Clip, Section Speed Editor
This commit is contained in:
@@ -18,7 +18,7 @@ using UnityEditor;
|
||||
/// </summary>
|
||||
public class AnimationSectionSpeedEditor : EditorWindow
|
||||
{
|
||||
[MenuItem("Tools/Animation Section Speed Editor")]
|
||||
[MenuItem("Tools/Animation/Section Speed Editor")]
|
||||
public static void ShowWindow()
|
||||
{
|
||||
GetWindow<AnimationSectionSpeedEditor>("Section Speed Editor");
|
||||
|
||||
Reference in New Issue
Block a user