Hey,
Area lights only work in Unity when baked (they are too complex to have running real-time), so you'll need to bake them onto static objects in your scene using Unity's inbuilt Lightmapper.
Check out this link to get started:
http://docs.unity3d.com/460/Documentation/Manual/Lightmapping.html
↧