本文是基于Unitychan Toon Shader 2.0.9,即UTS2的shader阅读笔记。由于笔者在C#、unity、shaderlab等部分也是萌新,如有疏漏错误还请各路大佬斧正。 引言 卡通渲染Toon Rendering是比较热门的话题,属于风格化的分支。相比图形api,这个题目在图形学中属于比较高阶的技能点,所以笔者遇到的第一个问题是到底如何入手。 如果...
Unity-Chan Toon Shader 2.0 (UTS2) is a toon shader for images and video that is designed to meet the needs of creators working on cel-shaded 3DCG animations. Unlike other pre-render toon shaders, all features can be adjusted in real time on Unity, which is the greatest feature of UTS...
●UnityChanToonShader根文件夹中的着色器 UTS2着色器分为两大类 UTS2着色器分为两大类。 DoubleShadeWithFeather:UTS2的标准着色器。允许2种阴影颜色(双阴影颜色)和颜色之间的渐变(羽化)。 ShadingGradeMap:更高级的UTS2着色器。除了DoubleShadeWithFeather功能外,此着色器还可以包含一个名为ShadingGradeMap的特殊...
在unity-chan中,主要通过模型法线外扩描边,接着进行裁剪空间的物体Z位移来达到调整深度细节效果,在颜色上面通过直接汇入光照颜色乘积(期间做过一定的修正,例如没有光照用天光,光强不够补足),以及开放是否通过描边图采样来达到最终的效果。 【修改后的源代码】Packages\com.unity.universaltoonshader.urp\Runtime\Shader...
概述:什么是UTS/UniversalToon? UTS2 (Unity-Chan Toon Shader 2.0)是一种用于图像和视频的Toon着色器,旨在满足创作者工作在卡通渲染3DCG动画的需求。与其他预渲染Toon着色器不同,所有功能都可以在Unity上实时调整,这是UTS2最大的特征。 UTS/UniversalToon是专门在Unity通用渲染管道使用UTS2着色器。
https://github.com/unity3d-jp/UnityChanToonShaderVer2_Project Install: In github download the zip in the releases tab or from the branch you selected. In the zip file you will find the asset/ folder and Manual/ documentation. Copy the inner Toon/ folder into your unity assets\ project fo...
【Overview : What is UTS2?】 Unity-Chan Toon Shader 2.0 (UTS2) is a toon shader for images and video that is designed to meet the needs of creators working on cel-shaded 3DCG animations. Unlike other pre-render toon shaders, all features can be adjusted in real time on Unity, which...
Unity-Chan Toon Shader 2.0 (UTS2) is a toon shader for images and video that is designed to meet the needs of creators working on cel-shaded 3DCG animations. Unlike other pre-render toon shaders, all features can be adjusted in real time on Unity, which is the greatest feature of UTS...
Unity-Chan Toon Shader 2.0 v.2.0.7手册(一)アイテム 功能说明 该物业 Outline Mode 指定轮廓...
shadows can be done through sliders within the shader itself, eliminating the need for multiple light sources. Performance was greatly enhanced in Unity-Chan Toon Shader Ver. 2.0, which retains the same rendering capabilities while allowing for a more sophisticated look. The shader ...