Unity-Technologies / GenericFrameRecorder

This GitHub package is DEPRECATED. Please get the new Unity Recorder from the Asset Store (https://assetstore.unity.com/packages/essentials/unity-recorder-94079) Use the editor builtin Bug Reporter to report issues. You can track and vote for issues on the Issue Tracker (https://issuetracker.unity3d.com)
MIT License
534 stars 66 forks source link

Start/Stop Recording Button modifying Play mode should be optional #66

Open Roland09 opened 6 years ago

Roland09 commented 6 years ago
What happened?

Frame Recorder starts and stops play mode when you hit the "Start Recording" and "Stop Recording" button. This is a nice feature, but there should be an option to not interfere with play mode. I'd like to play a scene, move to a location, start and stop recording, move to another location, start and stop recording etc without having the entire scene stopped each time I hit "Stop Recording".

Is it reproduceable?

Yes, all the time.

Released package version / tag?

Master

Unity version, operating system, target platform (standalone windows, mac, iOS, PS4...)?

2018.1.0b6, Windows 10, Unity Editor

jasonm-unity commented 6 years ago

the intent is that if already in play mode when start / stop recording are pressed, game mode should NOT be altered. If that is not the case, then it's a bug. we will investigate...