Master the GODOT TileMap tool in 15 Minutes!

  Рет қаралды 38,010

Andrew Hoffman

Andrew Hoffman

Күн бұрын

👍👍👍 and subscribe for more godot tutorials: / @and1hof
Check out my best selling AppSec book: amzn.to/3pGO4Vz
Check out my behind-the-scenes newsletter: www.andrewhoffman.me/newsletter/
Godot game engine has an internal tool called TileMap which allows for the creation of complex and beautiful game maps. Unfortunately the TipeMap tool lacks recent docs and tutorials. I am hoping this video can help close that gap and teach users about the godot TileMap tool.

Пікірлер: 47
@GProgress
@GProgress 2 жыл бұрын
Great video! And are you kidding me? I found your video as I am currently in Godot with this exact tilemap asset searching KZbin on how to work with tilemaps. What a strange coincidence!
@danielprince223
@danielprince223 2 жыл бұрын
One thing to note - you don't need to set the Z-Index of the tilemap. The scene tree will draw nodes at the bottom on top of nodes before it. All you need to do is shift your tilemap node above the player. Good stuff tho!
@abdalrahman-tr4md
@abdalrahman-tr4md Жыл бұрын
its better to use the z-idex
@lunyxappocalypse7071
@lunyxappocalypse7071 6 ай бұрын
Depends on your priorities with the node structure.
@jacksontriffon5064
@jacksontriffon5064 2 жыл бұрын
epilepsy warning
@bennyblubman9476
@bennyblubman9476 Жыл бұрын
Where, I wanna seize that opportunity
@jacksontriffon5064
@jacksontriffon5064 Жыл бұрын
@@bennyblubman9476 8:35 enjoy :)
@patrickjay6434
@patrickjay6434 2 жыл бұрын
Brilliant, simple tutorial. Thanks for sharing!
@blackbladedaxe
@blackbladedaxe Жыл бұрын
Great video man! I'm working my way through them all steadily. Just a little advice for this one: You may want to put in a little warning about flashing imagery at the beginning, because that animated texture is pretty flashy. All in all though, good work.
@IkaBakaKu
@IkaBakaKu 2 жыл бұрын
Wow, I finally learned why my world environment was glitching my glow & ligh2d on my tilsets when I set z index to 1 on upper layers... I should have set everything to z -99.. You're a LIFE SAVER!!! Thank you for this video!
@sayftysayfty4228
@sayftysayfty4228 2 жыл бұрын
I tried to work with the GodotTilemaps but as you said, the documentation is very poor. So thanks for your video, it helps me a lot.
@Hislodin
@Hislodin 2 жыл бұрын
Thanks for the great tutorial!
@allanrodrigueslima1483
@allanrodrigueslima1483 Жыл бұрын
Really good tutorial man, thanks
@arinzengonadi3471
@arinzengonadi3471 9 ай бұрын
thank you so much this tutorial has helped me a lot
@marlonhelder
@marlonhelder Жыл бұрын
Great content! Thank you for sharing man!
@dajoma36
@dajoma36 Жыл бұрын
Thank you shepherd, very helpful.
@zachariahm.kemper7406
@zachariahm.kemper7406 2 жыл бұрын
I feel the flashing lights wasn't the smartest way of showing animated tiles, I was going to share this video but the people I'd share it with happen to be seizure prone
@tejaswithme3713
@tejaswithme3713 11 ай бұрын
Not gonna lie, I accidently clicked on this video instead of clicking on another tutorial and Oh boy! not gonna lie it explained soo much better. I'm total beginner, literally I'm learning Godot from heartbeast's old rpg series. Thank you soooo much Andrew, this was an amazing tutorial, which didn't only taught me how to operate tile map, but also sculpted my thinking process to think in godot's flow... I also sub you... Thank you soo soo much for this & love from India 🦚!!!
@lakewaltz
@lakewaltz Жыл бұрын
Super helpful thanks
@Movin_nero
@Movin_nero 2 жыл бұрын
THANK YOU
@Zejoant
@Zejoant Жыл бұрын
what if i wanna add special "abilites" to specific tiles. like a box that can move if you walk into it?
@CharleswoodSpudzyofficial
@CharleswoodSpudzyofficial 2 жыл бұрын
How about adding all of the tiles from a Sprite atlas at once? I don't want to have to drill down and back up o vfc or and over again to add the textures to my tilemap
@felipemoreno134
@felipemoreno134 2 жыл бұрын
Es muy bueno el tutorial, ojalá estuviera en español o con subtitulos.
@digitalman2112
@digitalman2112 2 жыл бұрын
For animated tiles, are the animations synced for the same tile? meaning if you have an animated terrain tile and you put a bunch together and want them to always be displaying the same frame as the others. (think the water tile in Ultima)
@GormlessGob
@GormlessGob 2 жыл бұрын
I'd asume so, since they are all tecnically created at the same time when loaded.
@rlwarner777
@rlwarner777 Жыл бұрын
My main issue with tilemaps is that Godot doesn't let you easily create an isometric scene.
@igorthelight
@igorthelight Жыл бұрын
@@rlwarner777 True! But that teaches you a lot ;-)
@nikluz3807
@nikluz3807 Жыл бұрын
Is it possible to build tilemaps out of Godots primitive 2d shapes (a zero-asset game essentially)?
@comradecid
@comradecid 8 ай бұрын
is there a newer version of this video using Godot 4?
@ml.9106
@ml.9106 8 ай бұрын
nice
@ysgramornorris2452
@ysgramornorris2452 Жыл бұрын
3:20 Can I do the opposite of that? I have 64x64 tiles, but when trying to create an atlas for them, it won't create anything but 32x32 tiles, slicing my tiles into 4 quarter-sized chunks.
@HeroCP7
@HeroCP7 2 жыл бұрын
how do i animate the tile using a image atlas? separating the frame into individual images is a pain
@user-hl5zx1qh7s
@user-hl5zx1qh7s 8 ай бұрын
How to scale the size of the image from tileMap?
@mistermojoo3083
@mistermojoo3083 Жыл бұрын
At 3:20 you change cell from 64 to 32. But I want to do the opposite: so double the size of the tiles of the tileset. How do I do this?
@jcen_
@jcen_ Жыл бұрын
So you want to have each tile be a 128x128 sprite or just have 64x64 tiles that are scaled x 2?
@mistermojoo3083
@mistermojoo3083 Жыл бұрын
@@jcen_ Thanks for the reaction but i figured it out ;)
@armyofchickens6062
@armyofchickens6062 Жыл бұрын
Are you going to be making any videos like this for v4.0?
@and1hof
@and1hof Жыл бұрын
probably after the summer. right now my time is split between a few non-youtube projects
@armyofchickens6062
@armyofchickens6062 Жыл бұрын
@@and1hof Sounds great! just not that many tutorials rn on godot 4
@jacksontriffon5064
@jacksontriffon5064 2 жыл бұрын
What about walking behind objects?
@Ghorda9
@Ghorda9 2 жыл бұрын
it's no different, just use the z index.
@jacksontriffon5064
@jacksontriffon5064 2 жыл бұрын
@@Ghorda9 oh sweet, thanks :)
@joeyinfn
@joeyinfn 2 жыл бұрын
Y Sort
@varthshenon
@varthshenon 2 жыл бұрын
Warning seizure 8:35 to 9:01
@Movin_nero
@Movin_nero 2 жыл бұрын
thanks
@coyotewld
@coyotewld Жыл бұрын
Thanks for tutorial but tilemap/tileset UI in godot is absolutely horrible
@thomasmeslin8399
@thomasmeslin8399 Жыл бұрын
:)
Build a 2D GODOT Character Customizer in 20 Minutes!
20:13
Andrew Hoffman
Рет қаралды 16 М.
Build Highly Scalable GODOT Games in Under 10 Minutes!
9:40
Andrew Hoffman
Рет қаралды 47 М.
Children deceived dad #comedy
00:19
yuzvikii_family
Рет қаралды 8 МЛН
路飞被小孩吓到了#海贼王#路飞
00:41
路飞与唐舞桐
Рет қаралды 29 МЛН
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 3,9 МЛН
Tile Set Logic - Now You Know Too - Tutorial
3:39
Artindi
Рет қаралды 16 М.
How to program in Godot - GDScript Tutorial
58:10
Brackeys
Рет қаралды 438 М.
Smart Isometric Maps Using YSort | Godot Tutorial 3.2
28:47
Game Development Center
Рет қаралды 42 М.
How to Make a Good 2D Camera
11:38
Game Maker's Toolkit
Рет қаралды 389 М.
13 ADDONS to SPEED UP your game creation in GODOT!
11:23
MrEliptik
Рет қаралды 103 М.
How Games Make VFX (Demonstrated in Godot 4)
5:46
PlayWithFurcifer
Рет қаралды 320 М.
4 Godot 4 Devs Make 4 Games in 44 Hours
25:19
DevLogLogan
Рет қаралды 484 М.
Random Level Generation with a Walker - Godot Tutorial
26:56
Heartbeast
Рет қаралды 94 М.
3D Tilemap in Unity
3:54
Vector Bread
Рет қаралды 145 М.