A sample project using the Universal Render Pipeline that includes examples to demo latest ShaderGraph feature - MasterStack
Перейти к файлу
xiaoxicici 3cd4dea558 adding link to the released blog post 2021-02-17 21:52:46 -08:00
Assets Disable NaN and unnecessary shadow casting 2021-02-05 10:11:38 -08:00
Packages Removed unused packages 2021-01-27 09:47:39 -08:00
ProjectSettings add project 2021-01-26 10:46:04 -08:00
.gitattributes updating LFS tracking 2021-01-27 00:23:29 -08:00
.gitignore delete UserSetting folder 2021-01-28 13:55:55 -08:00
LICENSE.md Create LICENSE.md 2021-01-28 11:26:41 -08:00
README.md adding link to the released blog post 2021-02-17 21:52:46 -08:00
Third Party Notices.md Update Third Party Notices.md 2021-02-03 09:16:36 -08:00

README.md

Shader Graph Master Stack Sample Project

This project is intended to work with Unity 2020.2. The current project version is set to 2020.2.2f1.

Note: This repository is setup using GitLFS. Before cloning the project to your local repository, you will need to get LFS installed and initialized.

Unity's Shader Graph introduced a new Master Stack feature in recent release. You can read the official blog post about the Master Stack release here. This sample project was created using Unitys Universal Render Pipeline. It contains a miniature scenery with waterfalls and small ocean that showcasing the usage of vertex and fragment stages utilizing Master Stack's interface in Shader Graph.

MasterStackDemo

Instructions

  1. Install Git LFS on your machine
  2. Clone this repository to you local machine
  3. Inside the repository, run git lfs install
  4. Download Unity 2020.2 versions if you don't have locally
  5. Launch the project with Unity
  6. Locate the sample scene here once project is opened: Assets -> Scenes -> MasterStackDemoScene.unity

Additional Available Shader Graph Sample Projects

Shader Graph Example Library

Shader Graph Lit Master Node

Shader Graph Custom Lighting Function