此示例项目包含一个带有瀑布和小海洋的微型风景,使用了Shader Graph中的Master Stack界面。
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
xiaoxicici a9e9f3fb adding link to the released blog post 3 年前
Assets Disable NaN and unnecessary shadow casting 3 年前
Packages Removed unused packages 3 年前
ProjectSettings add project 3 年前
.gitattributes updating LFS tracking 3 年前
.gitignore delete UserSetting folder 3 年前
LICENSE.md Create LICENSE.md 3 年前
README.md adding link to the released blog post 3 年前
Third Party Notices.md Update Third Party Notices.md 3 年前

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 Unity’s 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