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

Fix crash when mixing world and overlay UI #59

Closed mikrima closed 6 years ago

mikrima commented 6 years ago

This change fixes a crash when using both world space and screen space UI and activating/deactivating them during the sequence. With the change, those canvases that are not relevant to the recorder's UI camera are ignored properly.

jasonm-unity commented 6 years ago

thanks for taking the time to track down and submit this fix.