- Home /
How to make my game fit into my droid?
The red is my game and the blue is my android. the game is staying horizontal but only if you hold the droid vertically and half the map gets cut off. I want to be able to hold the android horizontally and have the game fully in it. I tried rotating everything but that messed up all the AIs. Is there any more efficient way to fix this that won't affect the coding?
Answer by trs9556 · Aug 23, 2013 at 04:33 AM
To change the orientation go to:
File -> Build Settings -> Player Settings -> Resolution and Presentation
You want landscape.
Uncheck both of the portrait options.
Your answer
Follow this Question
Related Questions
[Android] Screen Scaling?! 0 Answers
Forcing an resolution for all android and iphone screens 1 Answer
Object resolution 0 Answers
How to make game recognise Screen resolution on startup 1 Answer
Unity android cropped screen 1 Answer