- Notifications
You must be signed in to change notification settings - Fork15
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
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A procedural stylized skybox shader for Unity.
See them all in more detailhere.
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", ...
- 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.
Tested on Unity 2020.3.16f1 LTS in the universal (URP) render pipeline.
About
A stylized sky shader (and material presets) for Unity.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.