Day/night cycle for Mobile

Hi all,
I would like to have some of your suggestions regarding a day/night cycle system for mobile devices, like in this post which didn’t get any answer.

More precisely, I got my sun rotation to work, but the level just looks like day during night time because the skylight still projects the baked lighting. My skylight is set to Stationary, but I guess it is automatically considered Static for mobile devices.

I hope I was clear enough. Is there any alternative or workaround ?

Thank you

dynamic day night cycles can’t be done with stationary or baked data. ofc not. you have static data. if you want dynamic you gotta use movable lights and deal with the computation load. it’s not easy but can be done. you have various limitations, like light counts per mesh or shadow performance. you gotta optimize the hell out of it. the only thing that you can bake is ambient occlusion, since it is always the same no matter the light condition. it’s tricky. yes.

Thanks for your answer. I’m afraid I don’t know how to achieve this, that’s the point of my question.