As a Roblox developer, it is currently too hard to import meshes over the 2048x2048x2048 size limit.
Having such a harsh constraint on mesh sizes means we have to separate meshes which leads to poor shading issues and dodgy collisions at mesh edges.
An example of this is roads, after splitting my roads up in Blender when you drive a vehicle over the seam between 2 meshes the vehicle leaps in the air. How does that even make sense if the vertices are lined up perfectly? Not to mention the insanely inaccurate collisions, even with PreciseConvex CollisionFidelity the collisions are awful, naming it Precise is just misleading. In any other engine meshes would work flawlessly in this application.
If Roblox is able to address this issue, it would improve my development experience because we’d finally be able to create full games out of meshes without the worry of collisions or terrible shading issues when separating meshes.