Simple cloud system by Lp Unity Creations

1368570--68629--$Image.jpg

Simple cloud system is an idea of how you can easily create a simple cloud system, saving space in the scene and give a nice atmosphere of moving clouds around your terrain.
It is simple and you have the possibility to put even the cloudy sky out of your window into your scene.
For a more realistic impression try to combine the cloud system with a cloudy skybox, the result will be just perfect.
Problems you may have:

  • The most common problem is the top of the sphere where the texture shrunks if you can’t edit the image with your picture editor program set the “y” rotation of the “mouse look script” to 40.
  • An other problem that you may have is the animation, because is very hard to set a full rotation to the sphere, so be sure that the system will rotate until your scene stops, or use the following scipt for rotation:
var RotationSpeed : float = 0.1;

    function Update() {
        // Slowly rotate the object around its X axis at 1 degree/second.
        transform.Rotate(0, RotationSpeed * Time.deltaTime, 0);
        // ... at the same time as spinning it relative to the global 
        transform.Rotate(0, Time.deltaTime, 0, Space.World);
    }

I wish you the best!!!

Unity Asset Store link: Simple Cloud System | 2D Sky | Unity Asset Store

Can you show how it looks on video or create a web demo?

Here is a small pressentation of how the system works.