Point light in Android build

Hi guys,

I’m using the android game UI, I set the graphics to maximum through the project settings, but still, point light doesn’t show up normally. I’m trying to make a flashlight, and I can’t get the ground (made from a cube), to light up, only the small cube object in front…

Any suggestions? http://img94.imageshack.us/img94/1351/95609395.jpg

I don’t see anything in your hierarchy that represents a ground. You must add a ground to your game. Typically it is a plane game object. If the one ‘cube’ in your hierarchy is the ground, then verify its size and position. Note the grid you see in scene view is just to help you edit.