PlayMaker Help & Tips > Android Help

[SOLVED]Forced Landscape

(1/1)

MrMitch:
Hi just got myself a galaxy note 2 as unity now offer a free indie android license but i can't figure out how to force my game into landscape.

Any advice on where to start with this?

MrMitch:
Solved the problem, found some script in the script reference.


--- Code: ---function Start () {
        Screen.orientation = ScreenOrientation.LandscapeLeft;
    }
--- End code ---

For anyone in the future :) Can someone turn this into an action?

MrMitch:
I just realized you can do this via the player settings for android ¬.¬ i should really look a little harder next time :P

Navigation

[0] Message Index

Go to full version