Clouds are using Fractal Brownian Motion and Raymarching prarallax offset method:
Please add the following line to dependencies
sections to the package manifest file (Packages/manifest.json
).
"com.alexmalyutindev.fbm-parallax-clouds": "https://github.com/alexmalyutindev/unity-fbm-clouds.git#latest"
Or, you can add this package using PackageManager Add package from git URL
option:
https://github.com/alexmalyutindev/unity-fbm-clouds.git#latest
Please add the following sections to the package manifest file (Packages/manifest.json
).
To the scopedRegistries
section:
{
"name": "Alex Malyutin",
"url": "https://registry.npmjs.com",
"scopes": [ "com.alexmalyutindev" ]
}
To the dependencies
section:
"com.alexmalyutindev.fbm-parallax-clouds": "1.0.0"
This project is MIT License - see the LICENSE file for details