Coder Social home page Coder Social logo

otherpeoplegoodstuff / unity-stylized-sky Goto Github PK

View Code? Open in Web Editor NEW

This project forked from danielshervheim/unity-stylized-sky

0.0 1.0 0.0 191 KB

A stylized sky shader (and material presets) for Unity.

License: BSD 3-Clause "New" or "Revised" License

ShaderLab 32.70% HLSL 31.00% C# 36.31%

unity-stylized-sky's Introduction

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

unity-stylized-sky's People

Contributors

danielshervheim avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.