How to code an AutoTiler (Easier than you think!)

https://www.youtube.com/watc...
Today we look at how I coded an AutoTiler for my base builder game Spruce - which is actually not that difficult. AutoTilers select the correct edge tile to render a blobmap of a specific tile type. Most engines like Unity and Godot support features just like this. To do something similar, we generate a bitmask based on tile neighbors and use that to look up the correct tile that we want to render. ā Wishlist Spruce: https://bit.ly/SpruceOnSteam ā Twitter: https://bit.ly/UnitOfTimeOnTwitter Thanks for watching. Happy to answer any questions!