Version: 2023.2
言語: 日本語
Sprite Shape Renderer
Essential tilemap steps and tools

Tilemaps

Unity の Tilemap (タイルマップ) システムは、2D レベルを作成するための タイルアセット を保存して処理し、Unity 内でのレベルデザインサイクルの作成と繰り返しを容易にします。タイルマップシステムは、その上に配置されたタイルからの必要な情報を Tilemap RendererTilemap Collider 2D などの他の関連コンポーネントに転送します。

デフォルトでは、Tilemap パッケージは Unity エディターに含まれていません。そのため、Package Manager から 2D Tilemap Editor パッケージをダウンロードする必要があります。

When you create a Tilemap, the Grid component is automatically parented to the Tilemap and acts as a guide when you lay out Tiles onto the Tilemap. To create, change, or pick the Tiles for painting onto a Tilemap, use the Tile Palette (menu: Window > 2D > Tile Palette) and its tools. For more information, refer to Creating a Tile Palette and the Tile Palette editor reference.

トピック 説明 
Essential tilemap steps and tools Landing page for the main workflows to follow when creating tilemaps and tiles.
六角形タイルマップ 2D プロジェクトで六角形タイルマップを作成します。
アイソメトリックタイルマップ 2D プロジェクトでアイソメトリックタイルマップを作成します。
スクリプタブルタイル スクリプタブルタイルの利用可能なクラスの使い方を理解します。
スクリプタブルブラシ スクリプタブルブラシの利用可能なクラスの使用方法を理解します。
タイルパレットのビジュアル要素 タイルマップにペイントするために使用するビジュアル要素を理解します。
Tilemap コンポーネントのリファレンス Tilemap コンポーネントのプロパティを説明します。
Grid コンポーネントのリファレンス Grid コンポーネントのプロパティを説明します。
Tilemap Renderer コンポーネントのリファレンス Tilemap Renderer コンポーネントのプロパティを説明します。
タイルアセットのリファレンス タイルアセットのプロパティを説明します。
Tile Palette 環境設定リファレンス Tile Palette コンポーネントのプロパティを説明します。
Tile Palette editor reference Refer to the properties of the Tilemap Palette editor window.

その他の参考資料

Sprite Shape Renderer
Essential tilemap steps and tools