# 스크립트 작성

> Create Cloud Code scripts with different authoring methods including the Dashboard, Editor, CLI, or REST API.

다양한 저작(authoring) 방법으로 스크립트를 작성합니다.

| **주제**                                                | **설명**                                      |
| ----------------------------------------------------- | ------------------------------------------- |
| [UGS CLI](./write-scripts/cli.md)                     | Unity Gaming Services 커맨드 라인 툴을 사용합니다.      |
| [Unity Dashboard](./write-scripts/unity-dashboard.md) | Unity Dashboard를 사용합니다.                     |
| [REST API](./write-scripts/rest-api.md)               | Cloud Code API를 호출합니다.                      |
| [Unity 에디터](./write-scripts/unity-editor.md)          | Unity 에디터에서 Deployment 창이나 스크립트 번들링을 사용합니다. |
