Unreal Engine Tutorial Part Six: Using Tilesets and Tilemaps
Today we are going to look at creating 2D maps composed of tiles. You can think of tiles as re-usable lego block like sprites that are assembled to create a more detailed map. Tiles are stored in a data structure called a tileset, where collision details can be added. These tiles and tile sets […]