using UnityEngine; public class ConveyorTarget : MonoBehaviour { public float Progress = 0f; }