protected virtual void Start()
 {
     decoder = GetComponent <ViveMediaDecoder>();
     initFileSeeker();
 }
Пример #2
0
 private void Awake()
 {
     decoder = GetComponent <HTC.UnityPlugin.Multimedia.ViveMediaDecoder>();
 }