Problems whit collisions

Godot Version

4.4.1

Question

I’m making my first game 2d top to bottom and for some reason i cant make work the collision for my enemy, my player can colide whit him but the collision that i made for some walls dosnt want to work

and then when i make him follow the player it just walks on top of the walls(my player colides whit the walls but the goblin no)



(all the tilemap, player and enemy are in the same layer and mask)

double check the inspector to make sure collisions arent disabled on the goblin thats all i can recommend without seeing more

i just added move_and_slide() in my physics_process func and work fine, still dont know why and how i tought of that but ok (i didint need it in other test that i did)