I’ll put a huge amout of fence segments that contains 3 parts for each, and I’m not sure about should I unite the each segment into a single part with CollisionFidelity as “box” or keep the each segment as a group of 3 parts? I’m asking this because the collisions in the fence’s holes are not really necessary, and to reduce the amount of detail in collisions and improve the performance, I’m considering to unite the parts of the segment together and set the CollisionFidelity of the union to “box”.
The thing is, I’ve also heard that a large amount of unions can also cause lag, which is why I can’t decide which way I should go with.
(the selected parts are the “segment” I’m talking about)
The triangle count is 44 for each segment when I unite them.
What do you think?