using RenderHeads.Media.AVProVideo; using System.Collections; using System.Collections.Generic; using UnityEngine; public class VideoAvproPath : MonoBehaviour { public string _mediaReference = null; private void Start() { //GetComponent().enabled = false; } }