Shadow disappears on Android

When i run my game in PC it works fine, but when i run it on android the Shadows disappear on distance.

When the player moves the shadow disappears slowly

How can i fix this?

1 Answer

1

I Fixed this with disabling the fog

for rgb its Color32 color = new Color32(10, 40, 35, 255); rgba (red green blue alpha)