# UnityPhysicallyBasedSkyURP **Repository Path**: unity_data/UnityPhysicallyBasedSkyURP ## Basic Information - **Project Name**: UnityPhysicallyBasedSkyURP - **Description**: Unity URP(通用渲染管线)的基于物理的天地和预计算大气散射。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-01 - **Last Updated**: 2025-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README UnityPhysicallyBasedSkyURP ============= ![Header Image](Documentation~/Images/PhysicallyBasedSky/Header_PBR_Sky.jpg) Physically Based Sky and Precomputed Atmospheric Scattering for Unity URP (Universal Render Pipeline). **Please read the Documentation and Requirements before using this repository.** Features ------------ - Physically Based Sky - Atmospheric Scattering - Height-Based Fog - Dynamic Sky Reflection - Dynamic Ambient Lighting (PBSky only) Installation ------------ - Please refer to [Unity's documentation page](https://docs.unity3d.com/Manual/upm-ui-giturl.html). - Open the **Package Manager** and select **Add package from git URL** from the add menu. - Enter **https://github.com/jiaozi158/UnityPhysicallyBasedSkyURP.git** to install this package. - If Unity could not find **git**, consider installing it [here](https://git-scm.com/downloads). - Add the **Physically Based Sky URP** renderer feature into the active URP renderer. - Add the **Sky/Visual Environment (URP)** override to the scene's Volume. - Add the **Sky/Physically Based Sky (URP)** override to the scene's Volume. - Add the **Sky/Fog (URP)** override to the scene's Volume. Documentation ------------ - [Physically Based Sky Documentation](./Documentation~/Documentation.md) Requirements ------------ - Unity 2022.3 (URP 14) or higher. - Shader model 3.5 or higher (at leaset OpenGL ES 3.0 or equivalent). - Perspective Projection Camera. Reminders ------------ - It is suggested to set the **Sun Intensity** to **3 (3.030782)** and the **Exposure** to **0** as a starting point. - Please open an issue if anything went wrong. License ------------ MIT ![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)