When I tried to render a 9:16 vertical video using this plugin, only part of the preview screen was output as an image, but after checking the source code (Eosin_VRRenderer.cs) I found that changing
Rect sourceRect = new Rect(0, 0, renderTex.width, renderTex.width); to Rect sourceRect = new...