It was during this project that I became fully aware of just how inefficient Unity can be sometimes, and of the importance of understanding how the compiler works in order to avoid some performance-devouring common mistakes.
This adds to the battery of optimizations the 3D engine requires; baking lighting, render batching, culling, etc.