Hey guys, found some scripts that change the skybox, should be able to change skybox material on demand/when we switch"Realms"
It's in java at the moment but should be able to convert it.
var mat1:Material;
var mat2:Material;
function Start(){
RenderSettings.skybox=mat2;
}
Should help with level designing.
No comments:
Post a Comment