So, I am using unions a lot for my game. So it stays with different colors, I always turn off “UsePartColor”, but for some reason, when I launch the game it always turns itself back on. Anyone else having this issue and if so have you found a solution?
1 Like
My first tip would honestly be to just not use unions, if you’re using them a lot for your game then it will severely impact your overall performance. I used to use unions a lot too, but it leads to a lot of generally high tri meshes and hinders you later on down the line; you also wouldn’t have issues with UsePartColor.
I know this likely won’t be the answer you’re looking for, but a majority of people move on from unions pretty quickly because at the end of the day they’re just a pain to work with.
1 Like
I did lol. I got better at Blender and its worth it
2 Likes