RenderHeads / UnityPlugin-AVProMovieCapture

AVPro Movie Capture is a Unity Plugin for advanced video capture to AVI/MP4/MOV files
https://renderheads.com/products/avpro-movie-capture/
48 stars 8 forks source link

Please add a setter for `_pauseCaptureOnAppPause` #338

Closed artoonie closed 9 months ago

artoonie commented 10 months ago

Is your feature request related to a problem? Please describe. There is no way to set _pauseCaptureOnAppPause to false in either the editor or in a script.

Describe the solution you'd like Make it public, add a setter, or expose it in the editor.

Describe alternatives you've considered Right now I just manually tweak it to be public and set it to false that way, but I prefer zero changes to the code so upgrades are smoother.

Chris-RH commented 10 months ago

Is there a particular platform that you would like this on?

artoonie commented 10 months ago

I'm using this specifically for Android, where this interferes with Picture-in-Picture capture.

MorrisRH commented 10 months ago

I've added a property for this, for example:

    capture.PauseCaptureOnAppPause = true;
Chris-RH commented 9 months ago

Fixed in AVPro Movie Capture 5.2.0