Please enable JavaScript to use CodeHS

Unity Game Dev Glossary

Flashcards

Course:

Module:

Lesson:

Search:

sprite sheet General

A sprite sheet is a single image file containing multiple smaller images (sprites) arranged in a grid, typically used for animation or dynamic game elements.

tileset General

A tileset is a collection of individual tiles or images arranged in a grid, typically used to build static game elements.

tilemap General

A tilemap is a data structure and visual representation used to build levels and environments, particularly in 2D games.

sprite General

Sprites are two-dimensional bitmap images that act as independent objects within a game's larger scene.