# Unity

### Unity <a href="#unity" id="unity"></a>

#### 일반적인 Unity 환경인 경우 <a href="#unity" id="unity"></a>

<table><thead><tr><th width="444.4980884762424">항목</th><th width="150">예</th><th width="150">아니오</th></tr></thead><tbody><tr><td>Unity 플러그인을 프로젝트에 추가하였습니까?</td><td>아래로</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/unity/unity-install-guide#1.-aos-ios"><mark style="color:blue;">link</mark></a></td></tr><tr><td><mark style="background-color:green;">[for Android]</mark> Assets/Plugins/Android/AndroidManifest.xml 에 제공받은 App Analytics Key 정보를 입력하여 SDK 사용자 인증정보를 추가하였습니까?</td><td>마지막 항목으로</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/unity/unity-install-guide#2.1-authorizationkey"><mark style="color:blue;">link</mark></a></td></tr><tr><td><mark style="background-color:blue;">[for iOS]</mark> Assets/Plugins/iOS/CouchBaseLite.framework 파일을 추가하고, General 설정의 Frameworks, Library, and Embedded Content 속성값을 <code>Embed &#x26; Sign</code> 으로 설정하였습니까?</td><td>아래로</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/unity/unity-install-guide#3.1-couchbaselite.framework"><mark style="color:blue;">link</mark></a></td></tr><tr><td><mark style="background-color:blue;">[for iOS]</mark> Build Settings 설정의 Other Linker Flags 속성값을 <code>-ObjC</code> 로 설정하였습니까?</td><td>아래로</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/unity/unity-install-guide#3.2-other-linker-flag-objc"><mark style="color:blue;">link</mark></a></td></tr><tr><td><mark style="background-color:blue;">[for iOS]</mark> info.plist 파일에 dotAuthorizationKey를 등록하여 SDK 사용자 인증정보를 추가하였습니까?</td><td>아래로</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/unity/unity-install-guide#3.3-info.plist"><mark style="color:blue;">link</mark></a></td></tr><tr><td><mark style="background-color:blue;">[for iOS]</mark> info.plist 파일에 NSAppTransportSecurity를 등록하여 HTTP 통신을 허용하였습니까?</td><td>아래로</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/unity/unity-install-guide#3.3-info.plist"><mark style="color:blue;">link</mark></a></td></tr><tr><td>앱 환경에서의 SDK 초기화를 위해, 게임 초기화 함수인 Awake에 SDK 함수인 initialization 을 추가하였습니까?</td><td>완료</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/unity/unity-install-guide#4."><mark style="color:blue;">link</mark></a></td></tr></tbody></table>

#### &#x20;<a href="#unity-gradle-android" id="unity-gradle-android"></a>

#### Unity Gradle을 활용한 Android 환경인 경우 <a href="#unity-gradle-android" id="unity-gradle-android"></a>

<table><thead><tr><th width="445">항목</th><th width="150">예</th><th width="150">아니오</th></tr></thead><tbody><tr><td>Unity 플러그인 패키지를 프로젝트에 추가하였습니까?</td><td>아래로</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/unity/unity-gradle-install-guide#1.-aos"><mark style="color:blue;">link</mark></a></td></tr><tr><td>유니티 프로젝트에서 Gradle Export 후, Android Studio를 통해 이 Gradle 프로젝트를 열었습니까?</td><td>아래로</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/unity/unity-gradle-install-guide#1.4-android-studio"><mark style="color:blue;">link</mark></a></td></tr><tr><td>build.gradle(unity_plugin) 파일의 dependency 블록에 SDK 패키지 의존성을 추가하였습니까?</td><td>아래로</td><td><a href="/pages/Gv232rLXdN6c87FrSSUo"><mark style="color:blue;">link</mark></a></td></tr><tr><td>app/res/values/strings.yml 파일에 dotAuthorizationKey를 등록(string-array 태그)하여 SDK 사용자 인증정보를 추가하였습니까?</td><td>아래로</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/unity/unity-gradle-install-guide#authorizationkey"><mark style="color:blue;">link</mark></a></td></tr><tr><td>AndroidManifest.xml 파일과 app/res/xml/network_security_config.xml 파일을 설정하여 HTTP 통신을 허용하였습니까?</td><td>아래로</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/unity/unity-gradle-install-guide#http"><mark style="color:blue;">link</mark></a></td></tr><tr><td>앱 환경에서의 SDK 초기화를 위해, 게임 초기화 함수인 Awake에 SDK 함수인 initialization 을 추가하였습니까?</td><td>완료</td><td><a href="https://document.wisetracker.co.kr/v/v2-developer/sdk/unity/unity-gradle-install-guide#3.1"><mark style="color:blue;">link</mark></a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://document.wisetracker.co.kr/v2-developer/quick-start/sdk-checklist/unity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
