> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/creator/content-creator-ko/build-for-mobile/develop/optimize-performance.md).

# 성능

Decentraland 씬의 모바일 씬 제한과 성능 목표, 그리고 Creator Hub에서 이를 미리 보고 측정하는 방법입니다.

모바일 기기는 데스크톱이나 웹보다 리소스 제약이 더 큽니다. 모바일 씬 제한과 이를 미리 보는 방법을 이해하면 더 많은 사용자가 원활하게 실행할 수 있는 씬을 배포하는 데 도움이 됩니다.

## 모바일 씬 제한

아래 표는 모바일에서 실행할 때 적용되는 제한을 보여줍니다.  **소프트 제한** 에 도달하면 성능 패널에 경고가 표시됩니다.  **하드 제한** 에 도달하면 씬이 로드되지 않습니다.

| 측정 항목         | 소프트 제한    | 하드 제한     |
| ------------- | --------- | --------- |
| 삼각형           | 1,000,000 | 1,200,000 |
| 엔티티           | 4,800     | 6,000     |
| 메시(바디)        | 2,400     | 3,000     |
| 지오메트리         | 1,000     | 2,000     |
| 재질            | 400       | 500       |
| 텍스처           | 400       | 500       |
| 콜라이더          | 1,200     | 1,500     |
| 콘텐츠 크기        | 120 MB    | 150 MB    |
| 외부 콘텐츠        | 40 MB     | 50 MB     |
| 메모리(프로세스 RSS) | 1,638 MB  | 2,048 MB  |
| 드로우 콜         | 1,000     | 2,000     |
| 성능(높을수록 좋음)   | 90%       | 85%       |

## 모바일 성능 미리보기

씬의 모바일 성능을 직접 확인할 수 있습니다 **크리에이터 허브** 실제 기기에 배포하지 않고.

1. 장면을 다음에서 엽니다 **크리에이터 허브**.
2. 미리 보기 > 모바일용 QR 코드 표시를 선택하세요
3. 다음을 여세요 **장면 제한 미리 보기** 휴대폰의 오른쪽 상단 아이콘(빨간색 통계가 표시된 모니터)에서.

![Creator Hub의 모바일 장면 제한 패널](https://3980763956-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPnXBby9S6MrsW83Y9qZ%2Fuploads%2Fgit-blob-65a2ca6fbdd8873f352431b5433817c0f944121d%2Fmobile_scene_limits.png?alt=media)

{% hint style="warning" %}
**고품질 그래픽에서 성능을 90% 이상으로 유지하세요**

그 **성능** 값은 활성 그래픽 프로필에 의해 설정된 FPS 예산의 백분율입니다. 점수 **100%** 는 장면이 전체 FPS 목표를 달성하고 있음을 의미합니다.

항상 다음과 같은 중급 사양의 기기에서 테스트하세요. **삼성 갤럭시 A54** 그리고 다음을 목표로 하세요. **High 그래픽 프로필에서 90% 이상의 성능 점수**. 이렇게 하면 대부분의 모바일 플레이어에게 원활한 경험을 보장합니다. 참조용 [하드웨어 요구 사항](/creator/content-creator-ko/build-for-mobile/mobile-client/hardware-requirements.md) 기기용

그래픽 프로필은 다음에서 변경할 수 있습니다 **게임 내 메뉴 → 설정 → 그래픽 → 동적 그래픽을 끔으로 설정 → 프로필 전환**.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.decentraland.org/creator/content-creator-ko/build-for-mobile/develop/optimize-performance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
