WIll it affect performance much if I'll use basic unions like regular Part shapes?

Hello. I’m making building game. One of the things I want to make is part’s cracking when their Durability reached zero. For this I want use Unions. Also I need use them to make resizable spheres and cylinders, and also hole in cylinders. So I got question: Will it be ok to use primitive unions in game in big quantities?
image
This unions have as much triangles as regular parts:
image

1 Like

You should be fine. It won’t really affect performance in your case.