コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

【Unity】Shader Graph のサンプル集「A compilation of ShaderGraph Examples for Unity 2018.1」紹介

はじめに

「A compilation of ShaderGraph Examples for Unity 2018.1」は
Shader Graph のサンプル集です

スクリーンショット

f:id:baba_s:20180316103038g:plain

参照方法

f:id:baba_s:20180316103139p:plain

「SampleScene」を開いて Unity を再生すると
Shader Graphs で作成されたシェーダの動作確認ができます

f:id:baba_s:20180316103347p:plain

「ShaderGraphs」フォルダ内に、
Shader Graphs で作成されたシェーダが格納されています

関連記事