Ran into this one my self and found this post first then stumbled upon the following in the Unity docs
http://docs.unity3d.com/ScriptReference/Display.Activate.html
Display.Activate(); seems like the ideal option, the Display class contains additional handy members such as displays which lists the connected displays e.g. a means to get at the resolution.
↧