Version: 2022.1
言語: 日本語
Chrome OSのための開発環境の準備
Developing for Chrome OS

Chrome OS Player Settings

In addition to the Android player settings, Chrome OS has the following Player Settings.

設定 機能
Target Architectures Specify which target architecture you want to support. To support all Chrome OS devices, include both options as the build target.
x86 (Chrome OS) Support Chrome OS, 32-bit x86 architecture.
x86–64 (Chrome OS) Support Chrome OS, 64-bit x86–64 architecture.
TargetDevices アプリケーションの実行可能デバイスを指定します。
All Devices すべてのデバイスでアプリケーションを実行可能にします。
Phones, Tablets, and TV Devices Only Android の携帯電話、タブレット、TV デバイスのみでアプリケーションを実行可能にします。
Chrome OS Devices Only Allow your application to run on Chrome OS devices only. If this option is selected, all Android phones and tablets are not supported.
Chrome OS Input Emulation Convert all mouse and touchpad events into touchscreen events. This setting is enabled by default.
Enable this setting if you developed your application for Android and you want it to work on Chrome OS without any extra development.
Disable this setting if you want your application to fully support and receive events directly from input devices such as mice and touchpads.

Resolution and Presentation の設定

The Android window-related Player Settings are important because Chrome OS has a desktop window user interface.

これらの設定は以下を指定します。

  • アプリケーションが全画面で起動するか、ウィンドウで起動するか
  • ウィンドウの初期サイズと最小サイズ
  • ウィンドウサイズが変更可能かどうか

ウィンドウの設定を適用させるには、アプリケーションの Minimum API Level (メニュー: File > Build Settings > Player Settings > Other Settings) を 24 以上に設定してください。

Important: If you enable the Resizable Window Player Setting for a Chrome OS application, the application launches in fullscreen regardless of which Fullscreen Mode Player Setting you select.

ウィンドウの向きとアスペクト比

For optimum performance, use eiher portrait orientation or landscape orientation, but not both. To avoid several known issues with app rotation and windowing, enable the Resizable Window setting. This setting ensures that windowed applications on Chrome OS can be resized when they aren’t in full-screen mode.

ノート: AutoRotation (自動回転) では、縦長か横長どちらか 1 つのアスペクト比のみが使用可能です。

Chrome OSのための開発環境の準備
Developing for Chrome OS