Performance consideration for mobiles
Unity3D on mobile platforms such as iPhone and Android will likely require shadows and lightmaps baked into the terrain textures. Real-time lighting and shadows on terrain objects is simply too costly in terms of performance. All texture layers should be merged into a single layer for these platforms. This is done using the ColorBake tool which we'll look at in this chapter.