How do I make my game always in landscape mode?(SOLVED)

how do I enable landscape orientation and make it permanent?

Open game.project and change width and height to a landscape ratio. On mobile the game will automatically be in landscape mode. Also make sure to uncheck dynamic orientation in game.project

2 Likes

Oh, thanks, and how to disable navigationBar and titleBar?

You can check Immersive Mode in the Android section to have your game extend to the entire available screen space, and in 1.2.172 (in beta) there will be a checkbox to expand into the notch area as well.

1 Like