...
KakaoGameSDK(Android)
The SDK automatically changes the main activity to KGUnityPlayerActivity.
To change the main activity, you can open KGSharedData.json and set the customManifest
to true
Upgrading the Unity SDK to 3.14.6
...
Behavior Changes on Android 12
In SDK 3.13.3, you should modify your settings to support Android 12 Behavior.
explictly-declared value for android:exported
Changed AndroidManifest.xml
Main Activity, AuthCodeHandlerActivity, AgeAuthActivity
declare android:exported=”true”
KGFirebaseMsgService
declare android:exported=”false”
Changed compileSdkVersion, targetSdkVersion to 31
Changed Android Gradle Plugin Version to 4.0.1 and Gradle Version to 6.1.1Upgrading the Unity SDK to 3.13.3
KakaoGameSDK(Android)
Gradle Version
If you are using Unity 2020.3.15f1, 2021.1.16f1 or later, no other settings required
Changed Android gradle version to 6.1.1
Gradle 6.1.1 download
Set the downloaded gradle 6.1.1 folder in Unity.
After downloading the gradle to another place, set the gradle folder in the Unity settings.(Preferences > External Tools > Android > Gradle Installed with Unity)
...