- Home /
Question by
r_mcconnell · Apr 05, 2021 at 11:15 AM ·
androidmultiple-monitors
Android multiple display
Has anyone managed to get a 2nd display working for Android?
The doc mentions it should work on Android but when I build an .apk and test it "Display.displays.Length" only ever returns 1 (I have tried both vulkan or Opengl ES). As an experiment I built an .apk with native script using Android studio and "displayManager.displays" will detect both screens and return 2 so the hardware works its just Unity doesn't seem to be able to detect the 2nd display. I'm not sure if there is something I need to set in the build settings or something I'm missing to get this to work?
Thanks for any help you can give me on this.
Comment