I'm trying to follow a tutorial on DigitalTutors, the tutor is using Unity 4 (bottom of image) and I'm using Unity5 (top). The image shows two curious issues; that Unity 5 (Top) now has a skybox and also darker environment lighting? I have no lights in the scene.
1) How can I delete that default skybox?
2) I'm guessing the lighting issue will be something to do with some environment render/lighting setting, anyone know how to access such a menu?
Replies
I'm also guessing that the main lighting difference in the older versions of Unity is that there used to be quite a strong default ambient, which we've removed as it's undesirable to have this with the new lighting and rendering systems. You can probably simulate this by cranking up the ambient colour amount in the Environment Lighting tab (new betas) or Scene Render Settings tab (older betas).