close

遊戲的橫屏設置,最直覺的方式就是在 PlayerSetting ,
Resolution and Presentation => Orientation 可以設定,
然而如果要編出APK檔的話,會有一個檔案叫做

AndroidManifest.xml
在 activity 裡有一個屬性
android:screenOrientation="portrait"
要換成
android:screenOrientation="landscape"
也要記得改成橫屏模式
才不會遇到某些會強制轉屏的APP 例如 Clean Master
就讓遊戲變成直的了

arrow
arrow
    文章標籤
    Unity-小筆記
    全站熱搜
    創作者介紹
    創作者 alanveoyo 的頭像
    alanveoyo

    遊戲成長日記

    alanveoyo 發表在 痞客邦 留言(0) 人氣()