As we saw at RDC it looks like we will be getting some sky updates, as well as a true weather system.
I suggest implementing phases of the moon along with these features. There used to be a setting for the phase of the moon in either skyboxes or lighting, however it was fixed at the full moon setting and appears to have been removed.
It would also be cool if we could get the stars to rotate with the sun and moon.
I remember seeing a laptop at RDC 2015 of a guy working on some really dank stuff. Idk if it was a snapshot of what could be or a a real studio window, but it was cool.
Oh it would be helpful if we could separate the moon and sun by a variable distance. At the moment the moon is always trailing nearby the sun. It would be nice if we could increase that distance, such that the moon comes up slightly after the sun goes down.
Only you want to force the orbits to resemble the orbit of the moon-earth system. A developer might want to create an alternate scenario, possibly unlike reality.
I understand a Vector2 is doable because you can define the sun/moon position as two angles, but maybe a Vector3 that points towards the sun/moon from origin would be easier to use and intuitively makes more sense? (Since you’re using the vector as a vector then and not just as an array to store two variables in)