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!
Do you have to use unions? They can harm performance.
yeah you can do that just union with coloured parts
im trying to make my game optimized for low performance device
that is what i tried and it ended up going to be 1 color
I can easily do what you are suggesting, maybe try reinstalling studio?
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
ununion the union first
color the individual parts
union then again
make sure usePartColor is false
Note: you can’t set seperate materials
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.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.