Question by
TideSofDarK · Jun 08, 2018 at 08:35 PM ·
camerarenderscreen resolutionbatchmode
Screen.width/height are forced to weird values when launched with -batchmode
I'm trying to record some gameplay using OpenCV for unity but the twist is that i need to do it from batchmode. So is there any way of changing batchmode screen.width/height from 1376x750 to any different resolution? I tried SetResolution but it basically cancels batchmode and creates a window.
Comment