# Unity

- [Setup Guide](https://docs.maxverse.io/unity/setup-guide.md): 유니티에서 MAXVERSE SDK 사용하기 위한 셋팅 방법을 설명합니다.
- [Unity Scene 구성](https://docs.maxverse.io/unity/unity-scene.md): MAXST MAXVERSE의 Unity Scene 구성에 대해서 설명합니다.
- [3D Object 배치](https://docs.maxverse.io/unity/3d-object.md): Unity Scene View 상에서 렌더링할 3D Object를 쉽게 배치하고 XRPov를 통해 정교하게 위치 조정하며 마지막으로 시뮬레이션하는 방법 대한 설명입니다.
- [Scene Manager 설명](https://docs.maxverse.io/unity/scene-manager.md): SceneManager에 대한 설명입니다.
- [POI 설명](https://docs.maxverse.io/unity/poi.md): Poi(point of interest)를 획득 하는 방법을 설명 합니다.
- [Navigation 설명](https://docs.maxverse.io/unity/navigation.md): 네비게이션을 사용하는 방법을 설명 합니다.


---

# 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://docs.maxverse.io/unity.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.
