First, will this work? How would I say display a dialog with a button to click to start recording (and a cancel button). Would pressing the spacebar after that point cancel recording? And, most importantly, when the file dialog opens up, it won't let me choose a folder!
(comments are locked)
|
|
If you want the user to be able to select a folder, you should use EditorUtility.SaveFolderPanel(...).
(comments are locked)
|

