add movement to skybox

Hi all,

Can i make the Skybox move around the world ? Simulate as if the clouds in the sky is moving ??

If it can be done, then HOW ?

Thanks,

Samer Samy

1 Answer

1

There are some things in the Asset Store that do that. Also see this: http://unity3d.qatohost.com/questions/47885/easiest-way-to-rotate-a-cubemap.html
And you can always make a separate camera inside a cube (or sphere or whatever) and animate to hearts content, make it’s depth ‘deeper’ than the rest so it renders first.

@DaveA thanks a lot, but can u explain with some details the idea of the separate camera ... am a newbie to Unity and it is my first project.