Version: 2023.1
Language : English
Specify Android Player command-line arguments
GameActivity requirements and compatibility

The GameActivity application entry point

The GameActivity application entry point is an extension of the Activity application entry point and provides more control over the interaction between Android and your application. To provide this control, the GameActivity library does the following:

  • It doesn’t directly map to a specific Unity version which means you can update the GameActivity library separately to Unity.
  • It uses a customizable glue library as a bridge between itself and Unity. This means you can modify the bridge code to make changes and extend functionality.
Topic Description
GameActivity requirements and compatibility Understand the system requirements and feature compatibility of the GameActivity application entry point.
Modify GameActivity bridge code Make changes to the code that connects the Unity runtime to the GameActivity library.
Update the GameActivity library Change which version of the GameActivity library your application uses.

Additional resources

Specify Android Player command-line arguments
GameActivity requirements and compatibility