15 lines
299 B
C#
15 lines
299 B
C#
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<DisplayUGUI>().enabled = false;
|
|
}
|
|
}
|