# unity-localize

## 소개

![](https://2299886883-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M_WfB6H2A32_JCR-oEU%2F-M_WlbdPJWejuSgBwggM%2F-M_WneSmgAo5icdYwZ6x%2Funity-localize.gif?alt=media\&token=248c57e4-61a1-4ad8-a432-e07b74dfb1fc)

언어 설정/변경 기능 코드 패키지입니다.

언어 별 text, font(optional) data(interface) 를 manager에 add하면

OnEnable, OnChangeLanguage시 text component의 text 및 font가 update됩니다.

## 주요 기능

* 언어 별 text 변경 지원
  * text, text format wit param 지원
* 언어 별 font 변경 지원 (optional)
* 데이터 클래스 형식은 interface 구현
  * interface만 구현되면 csv, json 등 자유로운 데이터 포멧 지원 가능

## 설치 <a href="#undefined-2" id="undefined-2"></a>

Unity Editor/상단 Window 탭/Package Manager/+ 버튼/‌

Add package from git URL 클릭 후‌

이 저장소의 URL 입력‌

​[`https://github.com/unity-korea-community/unity-localize.git`](https://github.com/unity-korea-community/unity-localize.git)

## Sample

Sample/에 Sample 폴더가 있습니다.

간단한 로컬라이징 씬과 UI, Sample Script, Sample CSV Data로 이루어져 있습니다.

{% embed url="<https://github.com/unity-korea-community/unity-localize/tree/master/Sample>" %}


---

# 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://korstrix.gitbook.io/unity-localize/master.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.
