MENU

Fun & Interesting

Custom Skyboxes in Unity3D

Bit Galaxis 52,904 5 years ago
Video Not Working? Fix It Now

This video covers 3 methods of making custom skyboxes in Unity3D. Link mentioned in the video for generating space skyboxes: https://wwwtyro.github.io/space-3d/ The first method is to create or generate 6 images for a cube, and apply those 6 square images to a skybox material. The second method is to create a procedural skybox material, and modify the colors to suit your game. The default skybox in Unity is procedural. The last method is to build a scene to be used as a skybox, and use a reflection probe to generate a cubemap. The generated cubemap can then be applied to a skybox material. Download my free game assets from GitHub: https://github.com/bitgalaxis/Free-Game-Assets If you like fun video game merch, I'm working on some designs over at https://teespring.com/stores/bit-galaxis

Comment