unity3d-jp / UnityChanToonShaderVer2_Project

UnityChanToonShaderVer2 Project / v.2.0.9 Release
3.82k stars 811 forks source link

Need Fix for UTS_ImageEffect_PPSv2's UTS_SobelColorEdgeDetection.shader #15

Closed phields closed 5 years ago

phields commented 5 years ago

In Unity 2018.2 had to use

include "PostProcessing/Shaders/StdLib.hlsl"

In Unity 2018.3 back to:

include "Packages/com.unity.postprocessing/PostProcessing/Shaders/StdLib.hlsl"

Nobuyuki-Kobayashi commented 5 years ago

Thank you for your information. I split the unitypackages for Unity 2018.2.x and Unity 2018.3.x. It is because Unity2018.2.20 return its version no, as 201840 ^^;.