Add Map component
You need a Map component to use tile maps.
There are the following methods to add a Map component.
+ Button in Hierarchy window
- Click the + button in the Hierarchy window or right-click inside the window.
- Select “Nostalgia > Map” from the menu.
- A GameObject with the Map component added is created.
MapEditTool window toolbar
- Open the MapEditTool window and click the “Create Map” button on the toolbar.
- A GameObject with the Map component added is created.
“Add Component” button in the Inspector window
- Select the GameObject to which you want to add a Map component in the Hierarchy window.
- Click the “Add Component” button in the Inspector window.
- Select “Nostalgia> Map” from the Component selection window.
- A Map component is added to the selected GameObject.