Recall & Review
beginner
What is a Tilemap in Unity?
A Tilemap is a grid-based system in Unity used to create 2D game levels by placing tiles on a grid. It helps build maps efficiently and visually.
Click to reveal answer
beginner
How do you add a Tilemap to a Unity scene?
You add a Tilemap by creating a Grid object first, then right-clicking the Grid in the Hierarchy and selecting 2D Object > Tilemap.
Click to reveal answer
beginner
What component do you use to paint tiles on a Tilemap?
You use the Tilemap component along with the Tile Palette window to paint tiles onto the Tilemap grid.
Click to reveal answer
intermediate
What is the purpose of the Grid component in Unity's Tilemap system?
The Grid component defines the layout and size of the cells where tiles are placed. It controls the spacing and alignment of tiles.
Click to reveal answer
intermediate
How can you change the sorting order of tiles in a Tilemap?
You can change the sorting order by adjusting the Tilemap Renderer component's 'Order in Layer' property to control which tiles appear in front.
Click to reveal answer
What is the first step to create a Tilemap in Unity?
✗ Incorrect
You must first create a Grid object to hold the Tilemap cells.
Which window do you use to paint tiles onto a Tilemap?
✗ Incorrect
The Tile Palette window lets you select and paint tiles onto the Tilemap.
What component controls the size and shape of Tilemap cells?
✗ Incorrect
The Grid component defines the cell size and layout for the Tilemap.
How do you change which tiles appear on top in a Tilemap?
✗ Incorrect
The 'Order in Layer' property controls the rendering order of tiles.
Which of these is NOT a feature of Unity Tilemaps?
✗ Incorrect
Tilemaps are for 2D grid-based tiles, not 3D model animation.
Explain how to create and paint a Tilemap in Unity from scratch.
Think about the order of steps and tools used.
You got /5 concepts.
Describe how the Grid and Tilemap components work together in Unity.
Focus on roles of each component.
You got /4 concepts.