Version: 2023.2
言語: 日本語
Update the GameActivity library
Android のディープリンク

Set the application entry point for your Android application

You control the application entry points through Android Player Settings. You can set multiple application entry points for development builds of your application which helps you to quickly compare functionality and performance between different application entry points. However, you must only select one application entry point for release builds that you intend to publish. If you select more than one, Unity displays a warning message.

To set which application entry point/s to use for your application:

  1. Open Android Player Settings.
  2. Go to Other Settings > Configuration > Application Entry Point.
  3. In the Application Entry Point section, select which application entry points you want to use.

If you select more than one application entry point and build or export your application, Unity generates multiple activity entries in the Android App Manifest; one for each application entry point. If you open the project in Android Studio, you can specify which application entry point you want to run/debug in the Run/Debug Configurations dialog. If you install the built application on a device, there will be as many application icons as there are application entry points.

その他の参考資料

Update the GameActivity library
Android のディープリンク