protected virtual void Start()
 {
     decoder = GetComponent <ViveMediaDecoder>();
     initFileSeeker();
 }
Ejemplo n.º 2
0
 private void Awake()
 {
     decoder = GetComponent <HTC.UnityPlugin.Multimedia.ViveMediaDecoder>();
 }