https://github.com/jiaozi158/unityvolumetriccloudsurp
Volumetric Clouds for Unity URP (Universal Render Pipeline).
https://github.com/jiaozi158/unityvolumetriccloudsurp
unity universal-render-pipeline urp
Last synced: 2 months ago
JSON representation
Volumetric Clouds for Unity URP (Universal Render Pipeline).
- Host: GitHub
- URL: https://github.com/jiaozi158/unityvolumetriccloudsurp
- Owner: jiaozi158
- License: mit
- Created: 2024-01-04T15:51:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T11:07:41.000Z (3 months ago)
- Last Synced: 2025-03-26T12:23:58.392Z (3 months ago)
- Topics: unity, universal-render-pipeline, urp
- Language: C#
- Homepage:
- Size: 9.95 MB
- Stars: 240
- Watchers: 11
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
UnityVolumetricCloudsURP
=============
Volumetric Clouds for Unity URP (Universal Render Pipeline). The rendering is ported from HDRP.
**Please read the Documentation and Requirements before using this repository.**
Screenshots
------------
**Sample Scene**
Global Volumetric Clouds:

**Not Included**
Local Volumetric Clouds:


[Physically Based Sky](https://github.com/jiaozi158/UnityPhysicallyBasedSkyURP):

Documentation
------------
- [How to setup](./Documentation/Setup.md)
Requirements
------------
- Unity 2022.2 and URP 14 or above.
- Shader model 3.5 or above (at leaset OpenGL ES 3.0 or equivalent)
Reminders
------------
- Some settings are still WIP, such as **Custom Cloud Map** overrides.
- Orthographic camera is not supported.
- To render volumetric clouds shadows, it will override the cookie in the main directional light.
License
------------
MIT

Details
------------
Please refer to [HDRP Volumetric Clouds Documentation](https://docs.unity3d.com/Packages/[email protected]/manual/Override-Volumetric-Clouds.html#properties).