I have a platform (first tileset) that I can expand up and down and box (second tileset) placed on the platform. I want the box move with the platform. I added same physiscs layers (collision layer = 1, collision mask = 1) for both tilesets. But as you can see on the picture the box is not moving with the platform. Is it even possible to make it happen?
Well it is still flying upwards from the platform. So far I found that removing it with set_cell at the original position and placing with set_cell at new position works best. But I have a feeling that this is not the most efficient way.