Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
antifuzz's avatar
antifuzz
Explorer
10 years ago

Supported Aspect Ratios player setting

Hi all,
Is there any best practise / documentation about what "Supported Aspect Ratios" to select in the Unity Standalone Player Settings (under Resolution and Presentation)?

The Unity manual defines it as follows: "The aspect ratios that will appear in the Resolution Dialog at startup (as long as they are supported by the user’s monitor)." ... which would suggest that it doesn't matter what is selected if we're disabling the display resolution dialog. Is that the case?

Thanks! 


3 Replies

Replies have been turned off for this discussion
  • There isn't much documentation on this setting, but it affects the AspectRatios supported by PlayerSettings (see http://docs.unity3d.com/ScriptReference/PlayerSettings.HasAspectRatio.html). This actually doesn't affect VR because Unity simply copies the left eye buffer to the main monitor window with a basic pan & scan to make it match whatever aspect ratio the main monitor window is currently using.
  • xhonzi's avatar
    xhonzi
    Honored Guest
    Kind of related here- https://forums.oculus.com/developer/discussion/35528/screen-width-height-refers-to-main-monitor-window-instead-of-rift-display-s

    Thanks