diff options
author | chai <chaifix@163.com> | 2021-08-29 12:54:37 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-08-29 12:54:37 +0800 |
commit | de78537f8edc6cb162ba58520956255f7e53769d (patch) | |
tree | 1bf05e3910149bffb79fb0c96e9ef1e28ea126e1 /Assets/ActionTool/Editor/ActionManager.cs | |
parent | e2284510c40e2d637c28108b50df2e403d51ec1c (diff) |
*轴向改为xy
Diffstat (limited to 'Assets/ActionTool/Editor/ActionManager.cs')
-rw-r--r-- | Assets/ActionTool/Editor/ActionManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assets/ActionTool/Editor/ActionManager.cs b/Assets/ActionTool/Editor/ActionManager.cs index 2d45630e..52311140 100644 --- a/Assets/ActionTool/Editor/ActionManager.cs +++ b/Assets/ActionTool/Editor/ActionManager.cs @@ -63,7 +63,7 @@ namespace ActionTool public static Vector3 s_InitPosition = Vector3.zero;
- public static Quaternion s_InitRotation = Quaternion.identity;
+ public static Quaternion s_InitRotation = Quaternion.Euler(0,90,0);
private static RootMotionData s_RootMotion;
|