- Home /
URP 2D point lights not working on Android build
Hi,
I created a game with the "2D URP" template form Unity Hub
All my 2D pointlights are working in the Unity editor and in windows builds, but when building for android, only the 2D global light is working.
The level is visible, but very dark (global light intensity is 0.2)
I've tried:
- check the material on sprites
- delete all quality settings except "Ultra"
- change the graphic APIs in the player settings
- change color space to gamma and linear
- enable depth texture and color texture in the URP asset
- many others solutions from this forum
I don' use 2D shadows or any others types of light
I use Unity 2021.2.0f1
URP settings : Renderer settings:
Thanks in advance for help!
Precision: The lights are located in prefabs that are instantiated by a script
Quality settings and some android player settings:
Your answer
