My Unity Game in android device is too dark. I added Sprites to my game and that sprites very dark. I tried to added lights but lights also not working.I am getting following warning on every light object Lighting has been disabled in at least...
And also tried to enable lighting in the scene view. **On UNITY Editor it is not dark . But it is too dark on ANDROID **
Asked
Active
Viewed 3,080 times
-7

Egyu Hook
- 33
- 1
- 8
-
2I'm voting to close this question as off-topic because it belongs to https://gamedev.stackexchange.com/ – Philipp Sander Jul 26 '17 at 11:25
-
Welcome to StackOverflow. We are ready to help you if you provide enough information on the matter of the problem. Please read [this](https://stackoverflow.com/help/asking) first to be able to ask a proper question. – hrust Jul 26 '17 at 11:26
-
Give some extra details. At least the complete warning – Ignacio Alorre Jul 26 '17 at 11:27
-
@Ignacio in my every project the game is too dark.Where can I add brightness to the game – Egyu Hook Jul 26 '17 at 11:34
-
You mean every scene is dark? What type of light are you adding in the scenes? Each type has its of features and parameters – Ignacio Alorre Jul 26 '17 at 11:36
-
Yes every scene..Every light... directional ,spotlight. . – Egyu Hook Jul 26 '17 at 11:39
-
Does it happen when you build it too? Just build it and check – Programmer Jul 26 '17 at 11:43
-
@Programmer Yes. Why is lighting is not working. I tried to increase intensity,range. nothing not working – Egyu Hook Jul 26 '17 at 11:52
-
Sorry, I don't know why. You may want to upload your scene somewhere and provide the link here. We I get time, I will take a look at it. – Programmer Jul 26 '17 at 11:55
-
@Programmer I added more details in my question. – Egyu Hook Jul 26 '17 at 12:32
-
@EgyuHook it's not any better, really. Try capturing a picture of what is happening, also show us your scene in the editor with sprite selected and then some light source selected – Fiffe Jul 26 '17 at 12:38
-
@Fiiffe I have problem with android. Maybe I have to change some settings on Player Settings. – Egyu Hook Jul 26 '17 at 12:51
-
Is your mobile device brightness settings set to dark? – Emile Jul 27 '17 at 10:08
-
Commend on the [other](https://stackoverflow.com/questions/45412322/how-to-wait-until-first-function-will-done) question you asked not this one. – Programmer Jul 31 '17 at 09:49
2 Answers
0
You provided close to no information about the problem but...
Try setting your lights to Render Mode: Important
in Inspector, also check your Quality Settings for pixel light count
and make the default value higher.
If you want more accurate answers that will help you resolve your problems faster - try adding some pictures of the problem and the whole error log.

Fiffe
- 1,196
- 2
- 13
- 23