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:
항목 | 설명 |
---|---|
GameActivity 요구 사항 및 호환성 | GameActivity 애플리케이션 엔트리 포인트의 시스템 요구 사항과 기능 호환성을 이해합니다. |
GameActivity 브리지 코드 수정 | Unity 런타임을 GameActivity 라이브러리에 연결하는 코드를 변경합니다. |
GameActivity 라이브러리 업데이트 | 애플리케이션에 사용하는 GameActivity 라이브러리 버전을 변경합니다. |