How could I do this

How to make a day and night system? And a time system I know how to make it night time but how do I do this other stuff?

there isn’t workin images though.

1 Like

If this is platformer, just add a huge barrier to simulate night and a counter to deactivate for day time. If it’s top-down maybe again add a barrier with a dark tint to simulate night and again a counter to deactivate for day-time.

3 Likes

Also, if you want to take another step above, you could add color variants in between to show the entire day and cycle more clearly.

1 Like

Taking an even bigger step forward, you could add a meter that shows the day and night cycle with an arrow like a clock. Taking an even further step, you could add global game time. When I say global I mean just for that one map, not across the world.