So as the title says, My android project had working dynamic shadows(from the directional light) on the packaged game. After that, I started making the missions system and the main menu, But I didn’t change anything related to lighting or rendering. And now the shadows are not working.
^ in the editor (The packaged game also had shadows that looked exactly like this)
The old version with working shadows : [Link](SimplePirate-armv7.apk - Google Drive)
New version (shadows not working) : [Link](SimplePirate-Android-Shipping-armv7.apk - Google Drive)
What could be the problem? I have a backup of the project folder which has working shadows. I tried copying the content folder into an old project folder but that didn’t do anything either.
Is there any way to fake dynamic shadows on mobile? (if there’s no solution to this) I really need shadows otherwise the game looks terrible. I can’t use baked static shadows because I need the Day-Night cycle.