Yeah, unioning objects isn’t the best option because it can easily kill performance if you have too many or very complex unions. You also have to deal with collision issues when you use unions.
1 Like
Yeah, unioning objects isn’t the best option because it can easily kill performance if you have too many or very complex unions. You also have to deal with collision issues when you use unions.