diff options
author | chai <chaifix@163.com> | 2021-07-29 16:43:03 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-07-29 16:43:03 +0800 |
commit | eb4e64036aeb5a016378c90d4dc4d8f8b63c2900 (patch) | |
tree | 35545ab8e0c7fde4fe086664fa53ad5d731cc1fc /Assets/ActionTool/Editor/ActionData.cs | |
parent | 8bbc03542340b4ea7ca1e2beec2f11ff335851e8 (diff) |
*移动目录
Diffstat (limited to 'Assets/ActionTool/Editor/ActionData.cs')
-rw-r--r-- | Assets/ActionTool/Editor/ActionData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assets/ActionTool/Editor/ActionData.cs b/Assets/ActionTool/Editor/ActionData.cs index 77935f68..39888914 100644 --- a/Assets/ActionTool/Editor/ActionData.cs +++ b/Assets/ActionTool/Editor/ActionData.cs @@ -221,7 +221,7 @@ namespace ActionTool {
if (m_AnimData == null || m_EventList == null)
{
- Debug.LogError("[ActionTool] 没有对应的action数据,是否在" + ActionManager.s_AnimationDataFolder + "创建");
+ Debug.LogError("[ActionTool] 没有对应的action数据,是否在" + ActionManager.unitAnimationDataFolder + "创建");
return;
}
m_EventList.Add(evnt);
|