# Toolbox Upload

## 툴박스 업로드&#x20;

1. 툴박스에 업로드하고 싶은 토이를 월드 트리에서 ‘마우스 오른쪽 버튼’으로 클릭해주세요. 🖱
2. ‘기타’ 탭을 클릭해주세요. 🖱
3. ‘툴박스에 저장’을 클릭해주세요. 🖱

![](/files/Rl8e5exZsz0wZ8I7o27F)

업로드하기 전에 토이가 어떤 구조로 업로드될지 **토이 구성 팝업 📃** 을 통해 미리 확인할 수 있어요.

![](/files/Yi5Vtrxabtq6HlubGwAW)

업로드하려는 토이나 그 하위 객체에서 스크립트 파라미터로 **오브젝트를 참조 ⤵** 하면,\
참조한 오브젝트까지 함께 업로드할 수 있어요.

**오브젝트 참조 방법** 및 **유의 사항**은 아래를 참고해주세요. 😀

### 오브젝트 참조 방법

월드 트리에서 오브젝트를 참조하려는 객체를 선택 후, 스크립트 파라미터 에디터 📄 를 열어주세요.

![](/files/m26PIhF1NpNgNMWa08wv)

타입에서 ‘Object’를 선택하면, 오브젝트를 참조할 수 있는 프로퍼티를 생성할 수 있어요.

![](/files/IofPlyh8JfktXZJwfNOe)

추가한 프로퍼티의 참조 필드를 클릭한 후, 월드 트리에서 참조할 오브젝트를 선택하세요. ✅

![](/files/zvKstd7XEynfwq1aWiN7)

선택한 오브젝트를 프로퍼티에 참조할 수 있어요. 참조한 오브젝트는 \[참조 객체]라고 기억해주세요. 💭

![](/files/MjS5iKX94MlN2J3PFBTE)

###

### 툴박스 업로드를 위해 오브젝트 참조 시, 유의 사항

**오브젝트 참조 프로퍼티에 참조할 수 없는 객체를 확인해주세요.**

* 오브젝트 참조 프로퍼티에 자기 자신은 참조할 수 없습니다. 😫

![](/files/p6OQaZGGCgCR0AdO8Ezo)

* 최상단 계층의 객체는 오브젝트로 참조할 수 없습니다. 😫

![](/files/FPkUkCo6pnwWdorBV0by)

* ScriptServer / ScriptClient / HUD / ScriptModule 의 하위에 위치한 객체는 참조할 수 없습니다. 😫

![](/files/T2Pp2VngL80YJMHCYe16)

**오브젝트 참조 프로퍼티에서 다음 객체를 참조하고 있다면, 툴박스에 업로드할 수 없습니다.**

* Environment 객체를 참조한 경우, 툴박스에 업로드할 수 없습니다. 😣

![](/files/c6B27r5AiD3NUPLqZFAH)

* 업로드하려는 토이의 상위 계층 객체를 참조한 경우, 툴박스에 업로드할 수 없습니다. 😣

![](/files/sGMC0Uiz84oEKPcPKqPp)

**참조 객체의 상위 계층에 대한 정보는, 최상단 계층의 정보만 저장됩니다.** \
**스크립트에서 호출 시 유의해주세요. ✔**

![](/files/kykmQKmkF0bdz2OW8EO0)

**참조 객체가 참조하고 있는 객체는, 툴박스에 업로드 ⏏ 할 때 반영되지 않습니다.**

![](/files/RWJQkJk3XF46HpuFmsR1)


---

# 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://ditoland-utplus.gitbook.io/ditoland/manual/toolbox-upload.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.
