Good question! Any object you import into a game engine will be triangulated anyway, so as far as games are concerned, #1 and #2 are identical. It’s easier to edit as #1, so I’d recommend keeping it like that for now. Since it won’t matter if your geometry is intersecting, and it’s best to limit triangle count, I’d go with #1 over #3.