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