In my game, I want to create gradually changing terrain colors which change gradually depending on if it’s day or night (ex. grass changes from green to blue from day to night). What’s the best way/system to use to make the terrain gradually change colors without having to hard code it changing one value to the next? Thanks,
Just detect when it’s night and day in your game, if you check in lighting it shows you and theres also a fancy plugin where you can set the moon and sun and all that good stuff which will help you, anyway
for the coding part just do some wait untils and then the time of day and then tween the parts colors