diff options
Diffstat (limited to 'Assets/Scripts/AnimatorHandler.cs')
| -rw-r--r-- | Assets/Scripts/AnimatorHandler.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Assets/Scripts/AnimatorHandler.cs b/Assets/Scripts/AnimatorHandler.cs index 665a1ca..16f0f67 100644 --- a/Assets/Scripts/AnimatorHandler.cs +++ b/Assets/Scripts/AnimatorHandler.cs @@ -154,9 +154,6 @@ namespace DS // 获取当前帧的根运动位移向量 var rootMotion = GetRootMotion(); - // 输出调试日志,用于查看根运动数据 - Debug.Log(rootMotion); - // 将根运动数据传递给 PlayerLocomotion 组件 // PlayerLocomotion 会将这些位移应用到角色控制器上 playerLocomotion.rootMotion = rootMotion; |
