using System.Collections; using System.Collections.Generic; using UnityEngine; public class StairChecker : MonoBehaviour { public Transform upper; public Transform lower; void Start() { } void Update() { } }