Cannot make seperated collision shape in one tile for tilemap

Godot Version

4.2.1

Question

What I’m trying to do is give my tile, which is a corridor a collider that lets a player pass through, one way wouldn’t work because I need to be able to go through the other way too, Godot wouldn’t let me apply what I’m trying to do so I’m pretty sure my approach is wrong

image

Any help that could point me in the right direction would be a great help!

separated collision shape? you mean each shape drawn here will have show different collision named?

1 Like

It doesnt have to show a different collision or anything, it just wont let me apply that shape and I think its because theyre “seperate”, basically cant make a corridor where the colliders are only in the walls on the side

image
is this what you wanted? i dont know what you are looking for, because your picture shows exactly what im showing here

1 Like

yes that seems to be it, but I cant apply a shape like that to the tilemap? atleast I know its possible, I just have to figure out whats wrong on my end

you went to the wrong tab


it should be at Select tab, not Paint
i just realized the difference too

1 Like

It seems that I can do both in either tab, my main mistake was not using “Add polygon” and I was only using one, and cutting it up using the “Edit points” tool. Thanks for the help!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.