버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.
목차
stylenone

...

참고사항

If you do not use the recommended version, you may encounter the following issues:

  • The app may crash upon execution with the message "USING MEMORY ADDRESSES FROM MORE THAN 16GB OF MEMORY." (Related Issues)

  • In version 2018.x, there is a bug that causes a black screen to appear when building for Android 12 or higher.

  • As gradle uses 6.7.1, certain Unity versions may require an upgrade.

...

File

Description

KakaoGamesSDK.unitypackage

  • The distributed unitypackage file.

  • Dependencies are included.

com.kakaogames.sdk-[버전].tgz

  • The distributed tgz file.

  • Dependencies are not included.

SampleApp.zip

  • Sample project.

ApiReference.zip

  • API reference documentation for KakaoGames Unity SDK.

...

You can add the permissions needed by the game in the Assets/Plugins/Android/AndroidManifest.xml file.

코드 블럭
<uses-permission android:name="android.permission.XXXXXX" />

...