Ejemplo n.º 1
0
 public void OnEnable()
 {
     manager       = (VideoCaptureManager)target;
     videoCaptures = serializedObject.FindProperty("videoCaptures");
 }
Ejemplo n.º 2
0
 private void Awake()
 {
     videoCaptureManager         = GetComponent <VideoCaptureManager>();
     Application.runInBackground = true;
 }