Yes, Kan ran across a similar physics issue with a floating raft. The game seems to simplify identicle blocks on the same body for physics calculations at least using rectangles if not more. So for example a sheet of bubble blocks will float like a point of floaty material, at its center point. Separating the rectangle by cutting, using different materials, or just painting gives the expected results, but presumably is bad for performance.
Thank You! I will use the split method to fix my bridge. I think the painting works because by colouring it you are changing the block ID code. Again thank you.
I'm surprised this only has 200 views, this was really helpful. Thanks
thank you so much i can now finish my train station
Yes, Kan ran across a similar physics issue with a floating raft. The game seems to simplify identicle blocks on the same body for physics calculations at least using rectangles if not more. So for example a sheet of bubble blocks will float like a point of floaty material, at its center point.
Separating the rectangle by cutting, using different materials, or just painting gives the expected results, but presumably is bad for performance.
Thank You! I will use the split method to fix my bridge. I think the painting works because by colouring it you are changing the block ID code. Again thank you.
I'm super glad I was able to help!