Unity 3D Frustum Culling

If I generate a series of planes using the Mesh class in a single GameObject, will Unity’s frustum culling cull the non-visible planes in the GameObject?

Frustum culling is on a per-object basis.

–Eric

I figured as much. The code and movement system simple enough for me to modify it to account for this. Thanks!