Thanks for your attention.
I start with a outdoor level, the sky shows right.
Then I change level to an indoor level.
When I go back to the outdoor level, the sky turned to be black.
Waiting for your answer.
When I change level back, sky turned to be black! Why?
Spyrewolf, thanks for your reply. I will check my script first.Spyrewolf wrote:Are you using the skydome entity?
-if you are can you post your script and we can go over it with a fine tooth comb for you,
-also in you script are you using the self.time function as well as day nigh transistions?
it could be you sky has set it self to night?
This is my script.
{
Init[()
{
SetSunColor(255, 255, 255, 255);
SetSkyColor(255, 255, 255, 255);
SetHeightOrigin(-1000);
}]
Start[()
{
SetTimeScale(25);
}]
}