How do I transfer smoothly between two skyboxes?

Hello devforum, I am making a weather system for my game and have a problem with skyboxes. Everything else in the script like rain activation and brightness decrease is nice and smooth, but I don’t know how to make a smooth transfer between skyboxes and that makes the transition look ugly. Any way to fix that?

Thanks for reading :slight_smile:

I don’t think I have seen any smooth transitions lately, but it could as well make a feature request… or was there actually a feature that was scheduled on a road map?

Options are quite limited and you should utilize the visual transitions on the client. Think creatively!

1 Like

You’ll have to try to switch them out during yikes when they aren’t noticeably changed, such as the transition to day/night.

1 Like

There are 2 ways (That I know of)
1, Multiple images
2, Change it at night (It won’t be noticeable since… Skyboxes are completely black at night time)

2 Likes

Nighttime transitions may be the way to go here. That seems to be the only real way to prevent it from being too jarring. I’ll look up on it and get back to you if I think of anything else.

2 Likes

No feature on the road map, and I can’t make feature requests because I am a member.