Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I'm trying to create some of my own isometric tiles in the 256x128 size. How did you achieve the autotile? Do you have some gradient textures to use to mask out the different blends? I'm trying to achieve blending between grass and dirt in all directions of the tile. Sort of like this example..

(3 edits)

The terrain blends from this pack were made using a series of gradient masks like the ones in the example below, two terrain textures are manually blended together using the grayscale values, and then each 2D tile was skewed to isometric perspective. You can essentially create a series of interlocking Masks like below, so they are the same size as the height of your desired final tile dimensions (For 256x128 tiles, you need 256x256 masks; for 128x64 tiles, create 128x128 masks, etc.) I'm actually planning to write up a more concise tutorial related to creating autotiles like this! 


(+2)

Thank you! Omg thank you. I love your tutorials, I look forward to that. May I use the image you attached to create some?

I'm so glad you like them!! You can absolutely grab the masks from the example image if you like!