コガネブログ

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

【Unity】UV 回転シェーダを導入する

はじめに

http://www.shaderslab.com/demo-96---uv-rotation-with-matrix.html

この記事では上記のサイト様が公開されている
V 回転シェーダを導入する方法を紹介していきます

使用例

適用前

f:id:baba_s:20180812140544p:plain

適用後

f:id:baba_s:20180812140550p:plain

使い方

上記のシェーダファイルを Unity プロジェクトに追加します

f:id:baba_s:20180812140643p:plain

シェーダを使用したいオブジェクトのマテリアルの Shader を
「Custom/UV rotation」に変更します

f:id:baba_s:20180812140654p:plain

マテリアルのパラメータを自由に変更します

f:id:baba_s:20180812140550p:plain

これで、シェーダを使用できます

関連記事