# 시트 생성 및 데이터 만들기

&#x20;

### UGS -> Manager 로 매니저 윈도우를 엽니다. 😊

![](https://4010529687-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MKtp5RP0VEjZn3jHVkf%2F-MevHkaI2DcOvEi37kGL%2F-MevI5ZSq_E5bGY42gfc%2Fimage.png?alt=media\&token=677ba2ad-e6f6-4da8-905f-fd811549620d)

### Create Default Sheet 버튼을 눌러 기본 테이블 샘플을 만들고 더블클릭합니다.

![](https://4010529687-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MKtp5RP0VEjZn3jHVkf%2F-MevHkaI2DcOvEi37kGL%2F-MevIXNwPnPX9AaRpFDj%2Fimage.png?alt=media\&token=fa3386d9-10d3-4cb9-9fa9-63804c3aab39)

### 아래와 같은 기본 테이블이 열립니다. 마음대로 수정해보세요!

![](https://4010529687-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MKtp5RP0VEjZn3jHVkf%2F-MevHkaI2DcOvEi37kGL%2F-MevKe1zWtgCMv6JNlT4%2Fimage.png?alt=media\&token=2f0f0986-0b22-4f34-b139-7edf08b78208)

### 테이블을 정의했다면, Generate를 클릭하여 데이터와 코드를 생성하세요

![](https://4010529687-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MKtp5RP0VEjZn3jHVkf%2F-MevHkaI2DcOvEi37kGL%2F-MevKqonP6KFBKuwenXJ%2Fimage.png?alt=media\&token=9592156c-5adf-4655-9d36-43c34f4b063d)

### Assets/UGS.Generated 경로에 폴더와 json, c#파일이 생기면 성공입니다.

* JSON 파일에는 스프레드시트의 데이터들이 저장되어 있습니다.
* C# 파일은 여러분들이 쉽게 데이터를 불러올 수 있게 하기위해 만들어지는 자동 생성 결과물입니다.

![](https://4010529687-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MKtp5RP0VEjZn3jHVkf%2F-MfHkcbxQrKSZo7dCrBq%2F-MfHwU0pacgj0uNzpTyY%2Fimage.png?alt=media\&token=81339413-fb32-4ed0-a9f8-a9a3bd343252)

### 자동 생성된 코드결과 (이 코드는 수정하지 마세요!)

![](https://4010529687-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MKtp5RP0VEjZn3jHVkf%2F-MevLTkc91vnqQRWvLK-%2F-MevM7Bg8pHLZMLUiy_K%2Fimage.png?alt=media\&token=6f113de8-3175-4c76-a1ee-7fab8f4e91b4)

### &#x20;


---

# 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://shlifedev.gitbook.io/unitygooglesheets/how-to-use/spreeadhseet-rules.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.
