Version: 2021.2
言語: 日本語
Android マニフェスト
Library Manifest

Launcher Manifest

A Launcher Manifest configures how the application looks and behaves before the application launches. For example, it contains the application’s icon, name, and install location. The Launcher Manifest is a Unity-specific concept for Android development and you can overwrite it to integrate Unity as a component into an existing project. For more information, see Integrating Unity into Android applications.

設定

You can configure all the settings in the Launcher Manifest from Unity’s Player Settings. This means, unless you want to integrate Unity as a component into an existing project, you don’t need to overwrite the Launcher Manifest or manually edit any settings directly in the file.

A Launcher Manifest file declares the following:

  • パッケージの名前
  • アプリケーションのアイコン
  • アプリケーションの名前
  • アプリケーションの start アクティビティ とそのインテント
  • アプリケーションのインストール場所
  • アプリケーションのサポートする画面サイズ
  • アプリケーションの isGame フラグ
    注意: この設定は AndroidTV でのみ使用されます。Player 設定 で AndroidTV のサポートを有効にしない場合は、Unity はこの設定を宣言しません。
Android マニフェスト
Library Manifest