From 0854fbc594f10be9d20cd316932df518f03dcceb Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Sun, 29 Oct 2023 11:53:04 +0800 Subject: =?UTF-8?q?*=20LegRaycasters=20=E4=BC=9A=E8=AE=A9=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E4=B8=8D=E9=99=B7=E9=98=B1=E5=9C=B0=E9=9D=A2=E9=87=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "Doc/ROUNDS\345\210\206\346\236\220.xlsx" | Bin 9690687 -> 9794388 bytes ROUNDS/.vs/ROUNDS/v17/.suo | Bin 176128 -> 212480 bytes ROUNDS/LegRaycasters.cs | 3 ++- .../bin/Debug/netstandard2.1/Assembly-CSharp.dll | Bin 908288 -> 902656 bytes .../bin/Debug/netstandard2.1/Assembly-CSharp.pdb | Bin 486516 -> 484060 bytes .../obj/Debug/netstandard2.1/Assembly-CSharp.dll | Bin 908288 -> 902656 bytes .../obj/Debug/netstandard2.1/Assembly-CSharp.pdb | Bin 486516 -> 484060 bytes 7 files changed, 2 insertions(+), 1 deletion(-) diff --git "a/Doc/ROUNDS\345\210\206\346\236\220.xlsx" "b/Doc/ROUNDS\345\210\206\346\236\220.xlsx" index 7ac3a6e..752fca2 100644 Binary files "a/Doc/ROUNDS\345\210\206\346\236\220.xlsx" and "b/Doc/ROUNDS\345\210\206\346\236\220.xlsx" differ diff --git a/ROUNDS/.vs/ROUNDS/v17/.suo b/ROUNDS/.vs/ROUNDS/v17/.suo index 9f1c665..1aa300a 100644 Binary files a/ROUNDS/.vs/ROUNDS/v17/.suo and b/ROUNDS/.vs/ROUNDS/v17/.suo differ diff --git a/ROUNDS/LegRaycasters.cs b/ROUNDS/LegRaycasters.cs index db676b0..704df1a 100644 --- a/ROUNDS/LegRaycasters.cs +++ b/ROUNDS/LegRaycasters.cs @@ -34,7 +34,8 @@ public class LegRaycasters : MonoBehaviour rig = GetComponentInParent(); data = GetComponentInParent(); } - + + //! 重要,这个代码会让角色站在地面上,不会陷下去 private void FixedUpdate() { totalStepTime = 0f; diff --git a/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.dll b/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.dll index 004537a..0b45c81 100644 Binary files a/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.dll and b/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.dll differ diff --git a/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.pdb b/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.pdb index 53059f3..fe42303 100644 Binary files a/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.pdb and b/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.pdb differ diff --git a/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.dll b/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.dll index 004537a..0b45c81 100644 Binary files a/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.dll and b/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.dll differ diff --git a/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb b/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb index 53059f3..fe42303 100644 Binary files a/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb and b/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb differ -- cgit v1.1-26-g67d0