Multi Monitor display way?

Hi…

I have issue for display my unity built app to 3rd monitor.
Tried everything but no luck. Unity camera target display setting for number to 1 to 9 didn’t works.
Anyone have success in this case? i have never found there are success for this kind of work.
i saw some kind of script need. but can’t found how to do.
and why not allow “monitor” or “display” tag for post in here. is it protected for something?

Thanks

i’ve used this, for activating multiple monitors… not sure if it helps in your case. (code is originally somewhere from forums)

everything you need is right there in the documentation:
https://docs.unity3d.com/Manual/MultiDisplay.html
you have to activate required displays - and can be using any of logical displays directly in the Editor depending on each component/camera setting -

Thanks for reply and share your experience. I will try this way. Thanks again.

I saw the document and test to set display as 1 to 9 but no luck. maybe i miss some important point and trying to figure out. thanks

Thanks for both reply user. i have drag script file to camera and it looks display another monitor. and remain problem is another monitor is black out. can i use another monitor normally? Thanks!

i think its one of those fulllscreen window settings in Player settings.

no you can’t
if you activate display only unity app will use it (when it has focus)

EDIT: player windowed mode more doesn’t work than does, I don’t recommend using it w/ multiple displays

Thanks for help to all. It looks Unity need to supply multi monitor feature in future update.