From 359e758911e3c29a789af60ba5ee208c8c7169d9 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 20 Feb 2022 17:33:38 +0800 Subject: *rename folder name --- .../Rigidbody/MoveByVelocity/Scripts/StairChecker.cs | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/StairChecker.cs (limited to 'JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/StairChecker.cs') diff --git a/JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/StairChecker.cs b/JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/StairChecker.cs new file mode 100644 index 0000000..fe00366 --- /dev/null +++ b/JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/StairChecker.cs @@ -0,0 +1,19 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class StairChecker : MonoBehaviour +{ + public Transform upper; + public Transform lower; + + void Start() + { + + } + + void Update() + { + + } +} -- cgit v1.1-26-g67d0