I noticed that I can preview my game in different aspect ratios. Is it the aspect ratio of the screen (like how the game would look on this type of screen) or of the camera (would look the same on all screens)? And what is "free aspect", and what is "standalone"?
My game is supposed to word on different screens.
Should I do something special to allow support for different resolutions aspect ratios etc?
How do I preview my game in full screen? I have put the following script on the main camera, but there is no effect.
function Update () {
Screen.fullScreen = true;
}
@Artium: if it's not possible to make the scene flexible enough to accommodate different aspect ratios, you can use this: http://www.unifycommunity.com/wiki/index.php?title=AspectRatioEnforcer
– Eric5h5