Having a giant mesh as a single static actor

Nothing is going to work well in the engine with one large single mesh like that. Breaking it into a modular kit, would help the lighting and rendering efficiency tremendously.

After that, you could also look at level streaming, or world partition to automatically load and unload areas your player is not in.

1 Like