RenderHeads/UnityPlugin-AVProMovieCapture

[Question] When the rendering mode is set to offline, the number of batches doubles

Personuo opened this issue · 1 comments

AVPro Movie Capture Version

5.2.4

Which platform is your question for?

Windows

Your question

I've noticed this,when the rendering mode is set to offline, the number of batches doubles,but realtime mode is ok.
Does this have an impact on performance?

With offline mode we decouple the rendering from the frame rate so we can render as fast as possible. This means we may be rendering 2 or more video frames per Unity renderer update which is why you're seeing the number of batches increase.