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:
Topic | 描述 |
---|---|
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. |