Is it possible to turn a skybox into a 2D background?

Hi all! I have found a really cool space based skybox and it really fits my first game which i been working on for a bit, my question is, how to make this skybox into a 2D background? is it possible?

this one: Unity Asset Store - The Best Assets for Game Making

Sure. There’s no fundamental difference between 2D and 3D in Unity. Just throw the skybox into your scene and get on with your game.

1 Like

yeah, I had solid color selected for my background and it wasn’t showing the skybox, just had to change from solid color to skybox then it shows fine

1 Like

If you really wanted to, it’s possible to render the skybox onto a texture and use it as a traditional 2D object. But unless you have a special case, I wouldn’t bother.

1 Like

yes, but that probably will not make it dynamic skybox as i want to :slight_smile: but it’s all good now