Please consider using the “What are you working on currently?” topic!
and
If Collision Fidelity of the Union and the Mesh Part were precision convex decom, do you know what is the most expensive?
Please consider using the “What are you working on currently?” topic!
and
If Collision Fidelity of the Union and the Mesh Part were precision convex decom, do you know what is the most expensive?
Feedback
What do you mean by “expensive”? As in you’re going to sell a door or difficulty to build?
I assume he is talking about how expensive the operation is to render, performance-wise.
I would stick with individual parts since you’re never going to run into collision problems that way, however, if your archway is extremely detailed and uses a lot of parts, use a MeshPart.
Never use a union for a doorway since its a terrible idea performance-wise and it’s extremely likely to run into collision problems.
The Union is the most expensive in terms of performance. The MeshPart is the least expensive.
I agree with you @Aiomab. I also think that one is the most expensive.
Unions are the most expensive (But not by much).
Normal Parts are the least expensive, because of their simplicity.
MeshParts have to load geometry data, so it may take a bit for them to load in, but if you don’t use an excessive amount you should be good.