diff options
-rw-r--r-- | Doc/ROUNDS分析.xlsx | bin | 9794388 -> 9854518 bytes | |||
-rw-r--r-- | ROUNDS/.vs/ROUNDS/v17/.suo | bin | 212480 -> 211968 bytes | |||
-rw-r--r-- | ROUNDS/_Player/LegRaycasters.cs (renamed from ROUNDS/LegRaycasters.cs) | 7 | ||||
-rw-r--r-- | ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.dll | bin | 902656 -> 909824 bytes | |||
-rw-r--r-- | ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.pdb | bin | 484060 -> 487200 bytes | |||
-rw-r--r-- | ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.dll | bin | 902656 -> 909824 bytes | |||
-rw-r--r-- | ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb | bin | 484060 -> 487200 bytes |
7 files changed, 4 insertions, 3 deletions
diff --git a/Doc/ROUNDS分析.xlsx b/Doc/ROUNDS分析.xlsx Binary files differindex 752fca2..7771c84 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 1aa300a..2b412f9 100644 --- a/ROUNDS/.vs/ROUNDS/v17/.suo +++ b/ROUNDS/.vs/ROUNDS/v17/.suo diff --git a/ROUNDS/LegRaycasters.cs b/ROUNDS/_Player/LegRaycasters.cs index 704df1a..4426342 100644 --- a/ROUNDS/LegRaycasters.cs +++ b/ROUNDS/_Player/LegRaycasters.cs @@ -34,9 +34,10 @@ public class LegRaycasters : MonoBehaviour rig = GetComponentInParent<PlayerVelocity>(); data = GetComponentInParent<CharacterData>(); } - - //! Ҫýɫվڵϣȥ - private void FixedUpdate() + + //! Ҫýɫվڵϣȥ + // PlayerCollisionFixedUpdate + private void FixedUpdate() { totalStepTime = 0f; for (int i = 0; i < legs.Length; i++) diff --git a/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.dll b/ROUNDS/bin/Debug/netstandard2.1/Assembly-CSharp.dll Binary files differindex 0b45c81..f6a0191 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 fe42303..70deb69 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 0b45c81..f6a0191 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 fe42303..70deb69 100644 --- a/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb +++ b/ROUNDS/obj/Debug/netstandard2.1/Assembly-CSharp.pdb |