Wednesday, March 22, 2017

Unity Game Orientation



If you are making a mobile game inside of Unity, then you may need to set a specific orientation for your game.

This is a very easy process, but very little is posted about it online, so I wanted to make a quick post about it.

By default, Unity will allow your device to switch between landscape and portrait while playing your game. If your game is built with this intention and correct scaling settings, then you are done.

If this breaks, or simply doesn't feel right for your game, then follow these steps:



Step 1. Go to Edit/ Project Settings/ Player

Step 2. Click on Resolution and Presentation

Step 3. Here you can click on the Default Orientation tab and customize your game.

No comments:

Post a Comment