# 시작하기

## Setting up your project

Universal SDK 는 iOS 또는 안드로이드 플랫폼에서 Universal SDK 를 사용할 수 있는 인터페이스를 제공합니다. Unity Editor 에서 Universal SDK 를 사용하고 이를 플랫폼으로 내보내기 위해서는 몇 가지 개발 환경이 필요합니다.

### Unity requirements

* iOS 및 Android 모듈이 설치된 Unity 2019.4 이상
* Unity Personal, Unity Plus 또는 Unity Pro의 유효한 구독

### Installation on iOS

Unity iOS 환경에서 Universal SDK를 연동하기 위한 필요 조건:

* iOS 12.0 or higher as the deployment target
* Xcode 14 or higher

iOS에서 Universal SDK 는 UniversalSDKSwift.framework 의 래퍼 역할을 합니다. iOS의 프로젝트에 Universal SDK 를 추가하려면 `UniversalSDKSwift.framework` 을 수동으로 추가해야 합니다.

### Installation on Android

유니티에서 안드로이드 빌드를 위해서는 Android SDK 설치을 해야 합니다. 만약 이전에 유니티 안드로이드 개발을 위한 설정을 했다면 이미 Android SDK 가 설치되어 있습니다.


---

# 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://chc3484.gitbook.io/sdk/ko/unity-sdk/getstarted.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.
