Hi, I am making an android game. I have various graphics settings in my game. All settings are included shadows. But when my game is running in low end mobile I don’t need shadows to be rendered into texture. So I thought of making one graphics setting which is unlit mode in level. But how do make unlit mode as option in settings for my android game which makes whole level unlit. When I make unlit materials I don’t have pbr materials for high end device. Any help is appreciated :).