Version: 2023.2
言語: 日本語
The Activity application entry point
Unity のデフォルトのアクティビティを拡張する

Activity requirements and compatibility

Activity was originally the only application entry point that Unity supported and because of this it’s very stable in the majority of scenarios and is compatible with the majority of Unity features.

Plug-in compatibility

If you use Activity, your application player loop runs on a Java thread. This means that you can call Java APIs like myLooper from plug-ins.

Choreographer

If you use Activity, Unity uses the Java choreographer. This helps you to understand how frame synchronization occurs in your application.

その他の参考資料

The Activity application entry point
Unity のデフォルトのアクティビティを拡張する