> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/update-note/2026/202608/20260806.md).

# \[2026.08.06] 에디터 모바일·태블릿 사용성 개선 및 대시보드·견적서 오류 수정

## 1. 대시보드

### (개선) 마감재·부품·다운로드

* **마감재 3D 체적 자동 연동**: 마감재의 3D 체적 값이 판매 규격에 자동으로 입력되고, 판매 정보는 별도 섹션으로 나눠 보여줍니다.
* **부품 썸네일 출처 구분**: 부품 썸네일이 자동 생성된 것인지 직접 올린 것인지 화면에서 구분됩니다.
* **AI 가구 생성 상태 실시간 반영**: 개인 라이브러리에서 AI 가구 생성 상태와 미리보기 이미지가 실시간으로 갱신됩니다.
* **공유 프로젝트 폴더 트리 리사이즈·접기**: 공유 프로젝트의 폴더 트리 크기를 조절하거나 접을 수 있습니다.
* **모바일에서 에디터 바로 진입**: 모바일 프로젝트 상세 화면 헤더에 에디터로 이동하는 버튼을 넣었습니다.

### (안내) 크레딧·포인트

* **구독 크레딧 자동 동기화**: 미지급된 구독 크레딧이 접속 시 자동으로 지급됩니다.
* **미전환 포인트 자동 전환**: 8월 20일부터 전환하지 않은 포인트가 자동으로 크레딧으로 바뀝니다. 관련 안내를 크레딧 전환 모달에 추가했습니다.

***

## 2. 에디터

### (신규) 에디터 모바일·태블릿 사용성 개선

모바일과 태블릿에서도 주요 편집 기능을 쓸 수 있도록 에디터 화면과 조작 방식을 손봤습니다. 이번 대상은 **도면 에디터, 파라메트릭 에디터, 1인칭 뷰, 건축/자재 에디터**입니다.

모바일에서는 좌측 패널이 3단계 높이로 조절되는 하단 패널로 바뀌고, 2D·3D 전환과 확대·축소, 캡처는 우측 리모컨에서 쓸 수 있습니다. 손가락과 Apple Pencil 입력을 지원하며, 탭·드래그·한 손가락 이동·두 손가락 확대를 안정적으로 구분합니다. 제품 배치, 벽·방 그리기, 마감재 적용, 1인칭 이동 같은 조작도 터치에 맞게 다듬었습니다.

{% tabs %}
{% tab title="세로 모드" %}

<figure><img src="/files/Hm8oz1GNC5qJskmZnWvA" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="가로 모드" %}

<figure><img src="/files/tFuNkJyseWHkvlC0j08D" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### (개선) 견적서·파라메트릭 기능 개선

* **스냅 내보내기에 바운딩 박스 속성 추가**: 스냅 내보내기·불러오기에 바운딩 박스 정보를 포함해 더 정확하게 복사됩니다.


---

# 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.archisketch.com/update-note/2026/202608/20260806.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.
