Hi, sorry to bother everyone with this but I’ve been stumped for a while as to how exactly I can create a skybox in Unity. I have the 6 necessary images but just can’t work out where to put them to make my skybox!
I know it’s going to be reeeally obvious, I think I’ve probably been sitting in front of the computer for too long and can’t see the solution for looking at it =D
Cheers for your help
p.s. Apologies if this is the wrong forum for this, but I couldn’t see any others that would be appropriate!
Hiya Dinkyfish (cute name btw)
Check out the reference manual’s section on skyboxes!
Its pretty straight-forward, just add a skybox component to your camera (Component > Rendering > Skybox).
In the Skybox component, I recommend choosing one of the existing skyboxes that come in the Standard Assets folder (might want to duplicate and rename one first). Then double-click the Custom Skybox to see its setup. Drag your appropriate 6 images to the respective slot.
For more info on skyboxes, especially if you would like to create a brand new skybox without simply reconfiguring an existing one, check out:
http://unity3d.com/support/documentation/Manual/HOWTO-UseSkybox.html
have fun!
Caitlyn