Skip to main content

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

Great plugin, thank you. But if I want to change the skybox I get the following error message:


script\DayNightScript\MainRender.cs

Object reference not set to an instance of an object.


Edit: Found the problem, the MainRender script must be run from an object event, not from the common event. :)