Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

How can I resolve changing the skybox or background color?
(1 edit)

As the skybox cannot be transitioned, it is not part of the MainDayNight.cs script. However, there is a C# function in MainRender.cs that can be called in the events panel to change the skybox. As for the background color, I think I'll be able to add a transition in a future update.

SetSkyBox
it uses a string with the exact skybox name in your resources, example = "sb_obj_sky_Night"

Thank you