Cameras and Displays

If a game contains multiple displays, so will they activate on their own when multiple Monitors are connected?
Or, do we have to add a additional script to make the 2nd display render.

In Unity, only one display is activated by default. To activate additional displays, use the Display.Activate() method like

Display.displays[indexOfDisp].Activate();