using System.Collections; using System.Collections.Generic; using UnityEngine; public class TestFakeHeight : MonoBehaviour { [SerializeField] private float m_Height; // fake height void Update() { } }