How to iterate a Tilemap
Sometimes you need to perform an action with all the tiles in a tilemap. For example, to save all the tile data information in a
Sometimes you need to perform an action with all the tiles in a tilemap. For example, to save all the tile data information in a
Hi there! This is going to be the first part of a tutorial to create a simple game using Super Tilemap Editor (STME). This tutorial
Also check some tips for Super Tilemap Editor: https://twitter.com/hashtag/SuperTilemapEditorTip?src=hash
When you modifying an STETilemap by script, you will use the methods SetTileData and GetTileData. They have a parameter called tileData that is an unsigned
You can set or get tile data using the methods in STETilemap component: SetTileData, SetTile, GetTileData and GetTile. The difference between Tile and TileData is,