using UnityEngine; using UnityEngine.Video; namespace CloudPlayer { [RequireComponent(typeof(VideoPlayer))] public class CloudPlayer : MonoBehaviour { } }