From 9962e4b228f9df208eb9b8c9832617b8905d7539 Mon Sep 17 00:00:00 2001 From: dykai Date: Tue, 9 Jul 2019 13:13:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Animation.meta | 8 -------- Assets/Scripts/General/Entity/Robot/ControlRobot.cs | 5 ----- 2 files changed, 13 deletions(-) delete mode 100644 Assets/Scripts/Animation.meta diff --git a/Assets/Scripts/Animation.meta b/Assets/Scripts/Animation.meta deleted file mode 100644 index 4697ab6..0000000 --- a/Assets/Scripts/Animation.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 1cb30847bc981e34eb60556aa2146b4c -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Scripts/General/Entity/Robot/ControlRobot.cs b/Assets/Scripts/General/Entity/Robot/ControlRobot.cs index 083bece..0360477 100644 --- a/Assets/Scripts/General/Entity/Robot/ControlRobot.cs +++ b/Assets/Scripts/General/Entity/Robot/ControlRobot.cs @@ -66,11 +66,6 @@ void FixedUpdate() if (tick % 2 == 0) return; - if (gameObject.name == "Blue0") - { - Debug.Log($"{LeftVelocity}, {RightVelocity}"); - } - // 动力 forward_force = -transform.up * (LeftVelocity + RightVelocity) * ForwardFactor; // 速度方向的空气阻力