From c14b6e30aedb086b82b461780284b695f2392f24 Mon Sep 17 00:00:00 2001 From: louishorlaville Date: Wed, 19 Oct 2022 21:56:53 -0400 Subject: [PATCH] saved scene --- Assets/Physics Material/Normal Floor.physicMaterial | 4 ++-- Assets/Scenes/CharacterMovement_test.unity | 7 ++++--- ProjectSettings/TagManager.asset | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Assets/Physics Material/Normal Floor.physicMaterial b/Assets/Physics Material/Normal Floor.physicMaterial index 4279c44..e4b70be 100644 --- a/Assets/Physics Material/Normal Floor.physicMaterial +++ b/Assets/Physics Material/Normal Floor.physicMaterial @@ -7,8 +7,8 @@ PhysicMaterial: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Normal Floor - dynamicFriction: 0.7 - staticFriction: 0.7 + dynamicFriction: 1 + staticFriction: 1 bounciness: 0 frictionCombine: 0 bounceCombine: 0 diff --git a/Assets/Scenes/CharacterMovement_test.unity b/Assets/Scenes/CharacterMovement_test.unity index 0e4feba..9f00eed 100644 --- a/Assets/Scenes/CharacterMovement_test.unity +++ b/Assets/Scenes/CharacterMovement_test.unity @@ -135,7 +135,7 @@ GameObject: - component: {fileID: 244093411} - component: {fileID: 244093410} - component: {fileID: 244093409} - m_Layer: 0 + m_Layer: 3 m_Name: floor m_TagString: Untagged m_Icon: {fileID: 0} @@ -256,7 +256,7 @@ Rigidbody: m_UseGravity: 1 m_IsKinematic: 0 m_Interpolate: 0 - m_Constraints: 72 + m_Constraints: 40 m_CollisionDetection: 0 --- !u!65 &589479059 BoxCollider: @@ -415,8 +415,9 @@ MonoBehaviour: canWalk: 1 canJump: 1 movementSpeed: 1.5 - jumpPower: 10 + jumpPower: 5 isGrounded: 0 + isJumping: 0 --- !u!1 &684542796 GameObject: m_ObjectHideFlags: 0 diff --git a/ProjectSettings/TagManager.asset b/ProjectSettings/TagManager.asset index 1c92a78..4d945f6 100644 --- a/ProjectSettings/TagManager.asset +++ b/ProjectSettings/TagManager.asset @@ -8,7 +8,7 @@ TagManager: - Default - TransparentFX - Ignore Raycast - - + - Floor - Water - UI -