No lighting in my game

You an check out the performance tiers for mobile here.

With Full HDR you do get one per-pixel directional light. Other than that all lighting is static. Make sure you’ve thoroughly looked through the mobile examples (like the temple) to see how you should set things up for mobile. If you really need dynamic lights you can use an Unlit material and fake per-vertex lighting through custom UVs–I made a short post about it somewhere on the forums.