How to set custom stars texture?

Hello,
I want to create custom skybox and change stars texture. I copied Skysphere object but there is no stars texture used in it’s material. Where can I change it?

Hi there,

To replace the night stars image open up the “M_Sky_Panning_Clouds2” material (make a copy of it first), and look for the texture sample that has “T_Sky_Stars” as it’s texture near the bottom, shown here:

You can replace it with any texture you like.

I also have a project I am working on that has an adjustable day/night cycle, moon, and alternate stars texture available [from this post on the forums][2], it includes an ocean system as well, but you will want to look in the Game\Sky folder for all of the Skydome parts. You can migrate this to your own project by right clicking on the Sky folder and choose Migrate, then select your project’s Content folder. I created this because I wasn’t satisfied with the original SkyDome, and will be adding more features soon, you are free to use it in any way you like.

Hope that helps!