Version: 2020.1
言語: 日本語
Tilemap Renderer
タイルマップのワークフロー

タイルアセット

Tiles are Assets that are arranged on Tilemaps to construct a 2D environment. Each Tile references a selected Sprite, which is then rendered at the Tile’s location on the Tilemap Grid. Refer to the Creating Tiles documentation for information about preparing and importing Sprites for your Tiles, and the different methods for creating the Assets in the Editor.

タイルアセットアイコン
タイルアセットアイコン

アセットプロパティ

Inspector ウィンドウ
Inspector ウィンドウ
プロパティ 機能
Preview 選択したタイルの外観のプレビューを表示します。
Sprite このタイルにレンダリングされるスプライトを選択します。右側の円のアイコンをクリックするとオブジェクトピッカーウィンドウが開きます。使用可能なスプライトアセットを選ぶか、スプライトを直接このボックスにドラッグします。
Color このタイルに配置されたスプライトに選択した色を適用します。白に設定すると、タイルは無色で描画されます。
Collider Type タイル用に生成されるコライダーの形状を定義します。
    None コライダーを生成しません。
    Sprite コライダーの形状は、選択した スプライト の輪郭に基づいて生成されます。
    Grid The Collider shape is based on a cell of the Tilemap. The shape of a cell depends on the Cell Layout of the Tilemap.

  • 2020.1 にページコンテンツとスクリーンショットを更新NewIn20201
  • タイルマップは 2017.2 で追加NewIn20172
Tilemap Renderer
タイルマップのワークフロー