> For the complete documentation index, see [llms.txt](https://docs.sandbox.game/game-jam-japan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sandbox.game/game-jam-japan/assetasetto/difference-between-asset-and-object.md).

# アセットとオブジェクト

## **アセットとオブジェクトの違い**

### アセット

アセットとは**The Sandbox のボクセルアセット**のことを指します。

* アセットとはLAND上でデザインされるゲームなど**体験のコンテンツ**を充実させることを目的としてデザインされたものを指します。
* アセットは**コレクタブル（収集可能なアイテム）であり、マネタイズ やトレードも可能**です。
* 購入したアセットはInventory（インベントリ）に保管され、Game Maker 上では[Library（ライブラリ）](/game-jam-japan/meny/library.md)内に表示されます。

  &#x20;

![](/files/-MR4ipsqjDYGYFQOwKnS)

### **オブジェクト**

**オブジェクトとは体験内に配置したアセットを指します。**

![](/files/-MR4iv1RPQ_F_dpt_edN)

* オブジェクトとはアセットのレア度、外見、サイズ、属性といった**永久的な情報**を保存する**アセットのコピー**のことを指します。
* クリエイターはオブジェクトの**ロジック、プロパティ（位置や回転など）、可視性**を編集することができます。
* 同じアセットでいくつかのオブジェクトが存在するものもあり、そのオブジェクトはすべてアセットのユニークなコピーということになります。
* オブジェクトを削除してもライブラリ上のアセットは削除されません。

### 例

1. アセットを作成または購入します。ここではマーケットプレイスにある「Asep the Pirate」を例に挙げて説明します。
2. Game Maker のライブラリから「Asep the Pirate」のアセットを検索します。
3. このアセットをToolbar（ツールバー）まで動かして選択します。
4. シーンをクリックして「Asep the Pirate」をオブジェクトとして配置します。


---

# 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:

```
GET https://docs.sandbox.game/game-jam-japan/assetasetto/difference-between-asset-and-object.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.
