Hello,
I am generating a gridmap world, I was able to create it. However I do not knowhow to give it a physics body, I have set the mask and layer to 1.
set_collision_layer_value(1,true)
set_collision_mask_value(1,true)
I have given the gridmap a physics material
My sphere is working well, it also has the layer and mask of 1
Any help would be appreciated.