The GameActivity application entry point is an extension of the Activity application entry point and is the default application entry point for new Unity projects. It provides more control over the interaction between Android and your application than the Activity application entry point. To provide this control, the GameActivity library does the following:
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. |