diff options
author | chai <215380520@qq.com> | 2023-10-29 11:53:04 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2023-10-29 11:53:04 +0800 |
commit | 0854fbc594f10be9d20cd316932df518f03dcceb (patch) | |
tree | 52cd90cdb8a9221f9c96e0f123cb7e70e7937316 | |
parent | f04b63e6a0d994c9794a4479bfdf1c51b2924fe0 (diff) |
* LegRaycasters 会让角色不陷阱地面里
-rw-r--r-- | Doc/ROUNDS分析.xlsx | bin | 9690687 -> 9794388 bytes | |||
-rw-r--r-- | ROUNDS/.vs/ROUNDS/v17/.suo | bin | 176128 -> 212480 bytes | |||
-rw-r--r-- | ROUNDS/LegRaycasters.cs | 3 | ||||
-rw-r--r-- | ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.dll | bin | 908288 -> 902656 bytes | |||
-rw-r--r-- | ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.pdb | bin | 486516 -> 484060 bytes | |||
-rw-r--r-- | ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.dll | bin | 908288 -> 902656 bytes | |||
-rw-r--r-- | ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb | bin | 486516 -> 484060 bytes |
7 files changed, 2 insertions, 1 deletions
diff --git a/Doc/ROUNDS分析.xlsx b/Doc/ROUNDS分析.xlsx Binary files differindex 7ac3a6e..752fca2 100644 --- a/Doc/ROUNDS分析.xlsx +++ b/Doc/ROUNDS分析.xlsx diff --git a/ROUNDS/.vs/ROUNDS/v17/.suo b/ROUNDS/.vs/ROUNDS/v17/.suo Binary files differindex 9f1c665..1aa300a 100644 --- a/ROUNDS/.vs/ROUNDS/v17/.suo +++ b/ROUNDS/.vs/ROUNDS/v17/.suo 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<PlayerVelocity>(); data = GetComponentInParent<CharacterData>(); } - + + //! Ҫýɫվڵϣȥ 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 Binary files differindex 004537a..0b45c81 100644 --- a/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.dll +++ b/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.dll diff --git a/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.pdb b/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.pdb Binary files differindex 53059f3..fe42303 100644 --- a/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.pdb +++ b/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.pdb diff --git a/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.dll b/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.dll Binary files differindex 004537a..0b45c81 100644 --- a/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.dll +++ b/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.dll diff --git a/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb b/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb Binary files differindex 53059f3..fe42303 100644 --- a/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb +++ b/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb |