Unity Tutorial: How to make a time of day system

Опубликовано: 14 Октябрь 2024
на канале: Iain McManus
906
29

A lot of games have some form of time of day system that allows time to progress and lets you see that reflected in visual changes or in in-game clocks. In this tutorial we'll look at how to build a system of our own and one that can control lights, the skybox and an in-game clock. As well as providing it's own version of delta time for things that need to take a correct amount of the simulated time.

📂 Grab the full project ➠ https://github.com/GameDevEducation/D...

📁 The searchable video archive is at ➠ https://www.iainmcmanus.dev/gamedev-e...

Looking for other ways to get involved?
🟠 Support the channel on Patreon ➠   / iaintheindie  
🟡 Get the code for all the projects on GitHub ➠ https://github.com/orgs/GameDevEducation
🟢 Check out my games on itch.io ➠ http://iaintheindie.itch.io/
🟣 Follow me on Twitter ➠   / iaintheindie  

#Unity #Tutorial #GameDev