Mobile optimization requires special attention to performance and battery usage. Reduce texture sizes and use texture atlasing to minimize draw calls. Implement level-of-detail (LOD) systems for 3D models and use Unity’s built-in occlusion culling. Consider the wide variety of mobile devices and test on lower-end hardware. Optimize your UI for different aspect ratios and implement touch controls that feel natural.