Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. void Start()
  2. {
  3. Screen.autorotateToLandscapeRight = true;
  4. Screen.autorotateToLandscapeLeft = true;
  5.  
  6. Screen.autorotateToPortrait = false;
  7. Screen.autorotateToPortraitUpsideDown = false;
  8.  
  9. Screen.orientation = ScreenOrientation.LandscapeLeft;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement