> 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/guide/intro-jp/update-note/2026/202608/20260806.md).

# \[2026.08.06] エディターのモバイル・タブレットの使いやすさ改善およびダッシュボード・見積書の不具合修正

## 1. ダッシュボード

### (改善) 仕上げ材・部品・ダウンロード

* **仕上げ材の3D体積を自動連動**: 仕上げ材の3D体積値が販売規格に自動入力され、販売情報は別セクションに分けて表示されます。
* **部品サムネイルの出所区分**: 部品サムネイルが自動生成されたものか、直接アップロードしたものかを画面で区別できます。
* **AI家具生成状況のリアルタイム反映**: 個人ライブラリでAI家具の生成状況とプレビュー画像がリアルタイムで更新されます。
* **共有プロジェクトのフォルダツリーをリサイズ・折りたたみ**: 共有プロジェクトのフォルダツリーのサイズを調整したり、折りたたんだりできます。
* **モバイルでエディタへ直接移動**: モバイルのプロジェクト詳細画面ヘッダーに、エディタへ移動するボタンを追加しました。

### (案内) クレジット・ポイント

* **サブスクリプションクレジットの自動同期**: 未払いのサブスクリプションクレジットが、アクセス時に自動で付与されます。
* **未変換ポイントの自動変換**: 8月20日から、変換していないポイントが自動でクレジットに変わります。関連案内をクレジット変換モーダルに追加しました。

***

## 2. エディター

### (新規) エディタのモバイル・タブレットの使い勝手改善

モバイルとタブレットでも主要な編集機能を使えるよう、エディタ画面と操作方法を見直しました。今回の対象は **図面エディタ、パラメトリックエディタ、一人称ビュー、建築/資材エディタ**です。

モバイルでは左パネルが3段階の高さで調整できる下部パネルに変わり、2D・3D切り替えと拡大・縮小、キャプチャは右側のリモコンで使えます。指とApple Pencil入力をサポートし、タップ・ドラッグ・1本指の移動・2本指の拡大を安定して区別します。製品配置、壁・部屋の描画、仕上げ材の適用、一人称移動などの操作もタッチに合わせて調整しました。

{% tabs %}
{% tab title="縦向きモード" %}

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

{% tab title="横向きモード" %}

<figure><img src="/files/81cc0cd7965d2b8f71da10ef0cd779bc0c78b344" 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/guide/intro-jp/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.
