I have a simple 2D platformer game. Camera smoothly follows the player. Then at the background I have a layer with clouds. What I want is when my player moves on the X axis I want to move the cloud layer too but with slower speed only on X axis. How should I do it? I have a script on my player. Thanks a lot.