Godot Tilemap | Atlas Tiles & Auto Tiles Godot Tutorial 3.2
Video Statistics and Information
Channel: Game Development Center
Views: 18,226
Rating: undefined out of 5
Keywords: Godot Tutorial, Godot tilemap, Godot auto tiles, Godot atlas tiles, Godot tilesheet, Godot tilemap editor, Godot tileset, Godot map, Godot Isometric, Godot create maps, Godot auto tiles tutorial, Godot atlas tiles tutorial, Godot tilesheet tutorial, Godot tilemap editor tutorial, Tutorial Godot, Tutorial Godot 2d, Godot beginner tutorial, Godot engine, Godot game engine, Godot 3.1, Godot 3.2, Godot 3.2 tutorial, Godot 2d, GDC, Godot, Beginner, Tutorial, Game development
Id: 1mFozZQ_Sas
Channel Id: undefined
Length: 21min 31sec (1291 seconds)
Published: Fri Mar 20 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
To continue the TileMap series! In this tutorial, you will learn how to set up Auto Tiles, Atlas Tiles, and we import a TileSheet into Godot :)
Great tutorial! I'm always amazed by how much tweaking options there are for the tilemaps :b
Thanks!
I thought I'd mention priority (the thing responsible for picking a random tile) unfortunately is broken right now. You can clearly see it when you paint just a line of Tiles, as well as at the outmost edge of a larger area of painted Tiles (They are all the same tile)
Issue in depth explanation this here: https://github.com/godotengine/godot/issues/36972
You can use Autotiles for the cliffs as well, you don't have to set them by hand. Variations are done with priority (current limitations see issue above)
The sorting of the plants on top or behind the cliff is what you would usually do with Ysort.
The covering up job you do with laying grass tiles on top of the cliffs is a great quick and dirty solution, but you maybe should have mentioned that this is due the the texture showing rendered backfaces. The proper way to fix this is to erase those backfaces from the texture and be done with it once and for all. You don't need the original 3D files for that, an eraser in any 2D graphic editor would do just fine.
Hey sorry if you said this in the video but I’m at work and couldn’t turn the volume way up, but where did you get this tile set from? And if you made it I would like to ask you some further questions in a dm. Thanks! Your tutorials are great!