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
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,14 +58,10 @@ To install this package, follow the instructions in the [Package Manager documen
58
58
59
59
If you installed this package, Unity Toon Shader files are installed into **com.unity.toonshader** folder under **Packages** folder in your Unity project.
60
60
61
-
To get the sample scenes of Unity Toon Shader, download whole project from [here](https://github.com/Unity-Technologies/com.unity.toonshader/archive/refs/heads/development/v1.zip).
61
+
To get the sample scenes of Unity Toon Shader, Install samples via `Package Manager` for each render pipeline. The instruction to install the samples is [here](com.unity.toonshader/Documentation~/index.md#Samples).
62
62
63
-
Each sample project is below.
64
-
* Legacy(built-in) : under **UnityToonshader_Project~** folder
65
-
* HDRP : under **UnityToonshader_ProjectHDRP~** folder
66
-
* URP : under **UnityToonshader_ProjectURP~** folder
63
+
You can learn various setting examples of Unity Toon Shader.
67
64
68
-
The project comes with sample scenes where you can learn various setting examples of Unity Toon Shader.
Copy file name to clipboardExpand all lines: com.unity.toonshader/Documentation~/en/README.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,14 +58,9 @@ To install this package, follow the instructions in the [Package Manager documen
58
58
59
59
If you installed this package, Unity Toon Shader files are installed into **com.unity.toonshader** folder under **Packages** folder in your Unity project.
60
60
61
-
To get the sample scenes of Unity Toon Shader, download whole project from [here](https://github.com/Unity-Technologies/com.unity.toonshader/archive/refs/heads/development/v1.zip).
61
+
To get the sample scenes of Unity Toon Shader, Install samples via `Package Manager` for each render pipeline. The instruction to install the samples is [here](../index.md#Samples).
62
62
63
-
Each sample project is below.
64
-
* Legacy(built-in) : under **UnityToonshader_Project~** folder
65
-
* HDRP : under **UnityToonshader_ProjectHDRP~** folder
66
-
* URP : under **UnityToonshader_ProjectURP~** folder
67
-
68
-
The project comes with sample scenes where you can learn various setting examples of Unity Toon Shader.
63
+
You can learn various setting examples of Unity Toon Shader.
@@ -49,7 +49,7 @@ Several techniques have been implemented to beautifully display characters in a
49
49
See for yourself by coloring your best character model with Unity Toon Shader.
50
50
You may be surprised to see your character looking better than ever before.
51
51
52
-
This manual focuses on the latest version of Unity Toon Shader: **Unity Toon Shader v.0.0.6-preview**.
52
+
This manual focuses on the latest version of Unity Toon Shader: **Unity Toon Shader v.0.0.7-preview**.
53
53
In this manual, the screen of Unity Toon Shader for Universal Render Pipeline is used as an example, but the ones for the Legacy (Built-in) and HDRP versions are alomost the same with URP, so please read it accordingly.
54
54
55
55
## 【Start using Unity Toon Shader】
@@ -81,9 +81,9 @@ The Toon shader should be switched to match the pipeline.
81
81
82
82
83
83
## 【Unity Toon Shader as an Uber Shader】
84
-
UTS2 v.2.0.7.5 was divided into multiple shaders by function.
84
+
UTS2 v.2.0.7.5 consisted of various specialized feature shaders. Now, all the shaders are integrated into two uber shaders. The difference between two shaders is just one is ready for tessellation but the other is not..
85
85
86
-
<imgwidth = "480"src="images/UTS2_Standard.png">
86
+
<Imgwidth = "480"src="images/UTS2_Standard.png">
87
87
88
88
Unity Toon Shader has been redesigned as an integrated shader (Uber shader), allowing you to do all the work in one Universal Render Pipeline/Toon shader.
89
89
@@ -208,8 +208,25 @@ Most of them are integrated into the basic shader functionality.</small>
208
208
<small>It was deprecated in Unity Toon Shader</small>.
209
209
210
210
---
211
-
# Sample Scenes
212
-
The following sample scenes can be found by opening the sample project and opening the `\UnityToonshader_ProjectURP~\Assets\Sample Scenes(Universal)` folder.
211
+
# Samples
212
+
Sample scenes are installable from the package manager.
213
+
Please, make shure that HDRP or URP is installed and set up before installing the samples for each.
The following sample scenes can be found by opening the sample project and opening the `Assets\Samples\Unity Toon Shader\0.0.7-preview\Universal RP\Sample Scenes(Universal)` folder.
213
230
214
231
* ToonShader.unity :Settings for an illustration-style shader.
215
232
* ToonShader_CelLook.unity :Settings for a cel-style shader.
@@ -232,8 +249,8 @@ They should come in handy as an example when creating your own scenes.
232
249
233
250
【**NOTE**】
234
251
Sample scenes for other render pipeline can be found in the following folder.
235
-
* for Legacy (Built-in):`\UnityToonshader_Project~\Assets\Legacy\Sample Scenes` folder
236
-
* for HDRP:`\UnityToonshader_ProjectHDRP~\Assets\HDRP` folder
252
+
* for Legacy (Built-in):`Assets\Samples\Unity Toon Shader\0.0.7-preview\Legacy (built-in)\Runtime` folder
253
+
* for HDRP:`Assets\Samples\Unity Toon Shader\0.0.7-preview\High definition render pipeline\Runtime` folder
To get the sample scenes of Unity Toon Shader, Install samples via `Package Manager` for each render pipeline. The instruction to install the samples is [here](../index.md#InstallingSamples).
0 commit comments