Hi all,
Does anyone know how to enable multiscreen on Android from within Unity/Monodevelop? Failing that, how would I go about enabling it in the manifest if I don’t know how to locate it?
Thanks!
Hi all,
Does anyone know how to enable multiscreen on Android from within Unity/Monodevelop? Failing that, how would I go about enabling it in the manifest if I don’t know how to locate it?
Thanks!
I think you don’t enable it in manifest, for debugging purposes you can enable secondary screen on Android - see here Cómo configurar las opciones para desarrolladores en el dispositivo | Android Studio | Android Developers
As for drawing stuff on the secondary screen you must use Camera.SetTargetBuffers , for ex., see here Unity - Scripting API: Display