com.dss.stylized-sky

1.1.1 • Public • Published

unity-stylized-sky

A procedural stylized skybox shader for Unity.

all

See them all in more detail here.

1. How To Install

The stylized-sky package uses the scoped registry feature to import dependent packages. Please add the following sections to the package manifest file (Packages/manifest.json).

To the scopedRegistries section:

{
  "name": "DSS",
  "url": "https://registry.npmjs.com",
  "scopes": [ "com.dss" ]
}

To the dependencies section:

"com.dss.core-utils": "1.6.2",
"com.dss.stylized-sky": "1.1.1",

After changes, the manifest file should look like below:

{
  "scopedRegistries": [
    {
      "name": "DSS",
      "url": "https://registry.npmjs.com",
      "scopes": [ "com.dss" ]
    }
  ],
  "dependencies": {
    "com.dss.core-utils": "1.6.2",
    "com.dss.stylized-sky": "1.1.1",
    ...

2. How To Use

  • Open the light settings window (Window > Rendering > Lighting Settings).
  • Drag any of the stylized sky materials from Packages/Stylized Sky/Runtime/Materials into the "Skybox Material" slot under the "Environment" dropdown.

3. Compatability

Tested on Unity 2020.3.16f1 LTS in the universal (URP) render pipeline.

4. Options

Sun Disc sun disc

Sun Halo sun halo

Horizon Line horizon line

Sky Gradient sky gradient

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    6
  • 1.0.0
    0

Package Sidebar

Install

npm i com.dss.stylized-sky

Weekly Downloads

6

Version

1.1.1

License

BSD-3-Clause

Unpacked Size

48.5 kB

Total Files

61

Last publish

Collaborators

  • danielshervheim