A clear tutorial on using Unity Tilemaps and Rule Tiles to speed up level creation. #Unity2D #Tilemap #GameDevelopment ...
Ready to draw maps. Saves after each tip on the screen to tilemap.png. Loads tilemap.png at start, if available. Put tile sheets into tiles/* to load them. The tile sheets names must be tile_xx.png, ...
This is some code I use for building large images from Google Maps. It's not really intended as a public release, just uploading it in case others find it useful. If you do decide to use it, you'll ...