diff options
author | chai <chaifix@163.com> | 2021-09-14 18:43:42 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-09-14 18:43:42 +0800 |
commit | 5ba836c17dcd9e6107f0de7a4c5d8063cab79fb4 (patch) | |
tree | bf0b7bccc63f95837f2032793304eddab2f43df5 /Assets/Editor/Tools/ExtractAnimationTool.cs | |
parent | bfb214ce7dfac2485e43d42f5b8461bfddd123b8 (diff) |
*misc
Diffstat (limited to 'Assets/Editor/Tools/ExtractAnimationTool.cs')
-rw-r--r-- | Assets/Editor/Tools/ExtractAnimationTool.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Assets/Editor/Tools/ExtractAnimationTool.cs b/Assets/Editor/Tools/ExtractAnimationTool.cs index 5586a19f..23e7d5c9 100644 --- a/Assets/Editor/Tools/ExtractAnimationTool.cs +++ b/Assets/Editor/Tools/ExtractAnimationTool.cs @@ -7,8 +7,8 @@ using UnityEditor; public static class ExtractAnimationTool { - static string animationRoot = "Assets/Art/AnimClips/"; - static string animExtractRoot = "Assets/Art/Animations/"; + static string animationRoot = "Assets/Art/Animations/"; + static string animExtractRoot = "Assets/Art/AnimClips/"; [MenuItem("Erika/Extract All Animation")] static void ExtractAnimations() |