Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

danielshervheim/unity-stylized-sky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A procedural stylized skybox shader for Unity.

all

See them all in more detailhere.

1. How To Install

The stylized-sky package uses thescoped registry feature to importdependent packages. Please add the following sections to the package manifestfile (Packages/manifest.json).

To thescopedRegistries section:

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

To thedependencies 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 fromPackages/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 Discsun disc

Sun Halosun halo

Horizon Linehorizon line

Sky Gradientsky gradient

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp