Creating a simple game with Super Tilemap Editor: Temple of Doom Part 1
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
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,