Hello,
I am creating a game and I would like a dynamic skybox that has blue skies and dynamic clouds in the day and stars and moon moving at night. I have followed some tutorials for Unreal Engine 5 but they do not create the desired result. I would like a moving skybox that displays a starry field at night and transitions at sunrise and sunset to a blue sky.
I have set up a SkyAtmosphere component and I can see a place to put a material into the SkyMaterial box but I can’t seem to figure out what type of material the BP_Sky_Sphere requires to display stars at night or if this is even the correct way to achieve this result.
This box is what I think may be what I need
I have made sure I set the variables as per this article:
in section " Rendering the Sky using a Skydome Mesh"
My Skydome Mesh was created with a program called SpaceScape, there are a few tutorials out there for this program but they are mostly for UE4 or are not applicable.
Please let me know if there is a plugin that may save me some time with this function or if there is a specific setting I’m missing. I really want to get this right as it’s crucial to the atmosphere of my game.
Parameters:
Unreal Engine 5.2.0
Basic empty game project
no other modifications