Mobile and Turn off shadows

Hi All

My game doesn’t require any shadows and just needs one light source (simulate daylight) so i have a directional light and have turned off cast shadows and on game objects i have turned off shadows too. But is there anything else i need to do? as when I run my scene I get an increase in draw calls (batches) due to the directional light. Goes from 20 draws to 28. so i must be missing something obvious.

I know the question is vague but Im just after the places to go to turn off shadows/reflections etc for all game objects. Im using Mobile shaders and have 3 alpha (semi-transparent) shaders too.

Thanks

Nick

You can see the Quality Settings: Go to Edit>Project Settings>Quality. There you can disable all the shadows in the game(not needing to disable on all the GameObejcts). — In my project, it shows 500-800 batches when the shadows are disabled, and it runs perfecly on android devices) —

2 Likes

OK I’ll take a look at this. Thanks alot!