Textures not applying correctly on UnionOperations

I am creating a factory game consisting of blocks, where each block has 6 texture instances within it. I have some pre-existing elements, however due to consisting of 100s of parts I have decided to union them to enhance performance.

Here is how it looks before unioning the part:

Here is how it looks after unioning the part and applying the texture;

It is clear that the texture no longer respects the dimensions of the UnionOperation, as it is stretched. Even when changing the StudsPerTile it still does not change.

This has occurred on multiple unions so far.

Here is a place file to see the problem:

Before After Union.rbxl (104.4 KB)

Expected behavior

The textures should not be stretched and apply the same way as before.

1 Like

Do you have this enabled?


If so, try disabling it.

1 Like

Hey, thanks for reporting this. If I disable the “Studio solid modeling improvements” beta I get a -11 error, so I assume the beta is enabled for you, can you confirm this? There are some known box mapping issues with the beta we are hoping to roll out a fix for soon.

Hi, I did have this beta feature and turning it off has fixed it, thank you

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.