using System.Collections; using System.Collections.Generic; using UnityEngine; public class TestRobot1 : MonoBehaviour { public Transform shadow; public float z; // fake height public AnimationCurve curve; private void Update() { } }