Different colors in one union

I would like to know if there is a way to have multiple blocks with different colors when I union. Right now, they are all 1 color not different colors. I could just union for each color, but it would be helpful to know if I could have multiple colors in 1 union. Thanks!

2 Likes

Do you have to use unions? They can harm performance.

4 Likes

yeah you can do that just union with coloured parts

4 Likes

im trying to make my game optimized for low performance device

3 Likes

that is what i tried and it ended up going to be 1 color

1 Like

I can easily do what you are suggesting, maybe try reinstalling studio?

2 Likes

Unions do NOT equal more optimization, rather the opposite, use meshes instead.
Also:


Without Union.

With Union.

Just get parts with different color and same material and union them.

Make sure the “UsePartColor” property is set to FALSE.


With use part color

5 Likes

ununion the union first
color the individual parts
union then again
make sure usePartColor is false

Note: you can’t set seperate materials

3 Likes

Yeah using unions seems as a bad idea as it lags your game A LOT. And setting the CollisionFidelity to get rid of the invisible walls still don’t help. Apparently they create tons of unnecessary faces, so try meshes instead.

1 Like

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