You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#191 added descriptions to Highlight.
#196 removed unnecessary s.
#197 What's new 0.6
#198 What's new 0.5
#200 Angerl ring reature description.
#205 3 color to three color.
#210 Added title to function model.
Copy file name to clipboardExpand all lines: com.unity.toonshader/Documentation~/AngelRing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Angel Ring Projection Settings
2
2
3
-
Angel Ring is an effect for the **Unity Toon Shader**, used to express shine or luster in hair and always appears in a fixed position as seen from the camera. This feature requires the use of a 2nd UV in the meshes.
3
+
The Angel Ring effect for UTS expresses shine or luster in hair. This effect always appears in a fixed position as seen from the Camera. Angel Ring requires the 2nd UV in the meshes.
*[Example of Normal Map Operation](#example-of-normal-map-operation)
@@ -28,10 +28,10 @@
28
28
*[Example of Shadow Control Map Application](#example-of-shadow-control-map-application)
29
29
<br><br>
30
30
31
-
## 3 Basic Color Maps
31
+
## Three Basic Color Maps
32
32
33
33
## Base Map
34
-
Base Color : Texture(sRGB) × Color(RGB). The default color is White. The **base color** represents the color of the unshaded area of object or character.
34
+
Base Color : Texture(sRGB) × Color(RGB). The default color is White. The base color represents the color of the unshaded area of object or character.
35
35
36
36
| Base Color Map (Face) | (Hair) | Result |
37
37
| ---- | ---- |---- |
@@ -59,7 +59,7 @@ The map used for the darker portions of the shadow. Texture(sRGB) × Color(RGB).
compatibility with [HDRP Arbitrary Output Variables(AOV)](https://docs.unity3d.com/Packages/[email protected]/manual/AOVs.html) is added to the **Unity Toon Shader**, which makes it possible to record Beauty, Albedo, Normal and other AOV sequential images using [Recorder](https://docs.unity3d.com/Packages/[email protected]/manual/index.html) later than 3.0.
4
+
From version 0.5.x, the Unity Toon Shader is compatible with HDRP Arbitrary Output Variables (AOV). This means you can now record Beauty, Albedo, Normal and other AOV sequential images using Recorder version 3.0 or later.
5
+
6
+
When you use HDRP AOV, you need to disable [Outline](Outline.md). For more information, refer to [Known Issues](Known-issue.md).
5
7
6
-
When using HDRP AOV, [Outline](Outline.md) needs to be desabled. Please, refer to [Known Issues](Known-issue.md).
The **Unity Toon Shader** became an experimental package. So the package is installable via [Package Manager](https://docs.unity3d.com/Manual/upm-ui.html) . Please refer to [installation.md](installation.md).
4
+
From Version 0.6.x the **Unity Toon Shader** is an experimental package. To install it, use the [Package Manager](https://docs.unity3d.com/Manual/upm-ui.html) and follow the instrctions in Please refer to [Installation](installation.md).
0 commit comments