I am not sure whether I am doing mistake or what, but according to unity documentation I can get **width**
and **height**
of unity Area Light by using obj.GetComponent<Light>().areaSize
But in my case it works in Editor mode but it doesn’t works in build mode. Is there any way to fix it?