using UnityEngine; using UnityEngine.Playables; public class SubtitleTrackBehaviour : PlayableBehaviour { public string subtitleText; }