Skip to content

Commit 69d159d

Browse files
committed
added .sample.json.
1 parent ff3bb45 commit 69d159d

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
"samples": [
2+
{
3+
"displayName": "Legacy (built-in)",
4+
"description": "Sample scenes for the legacy (built-in) pipe-lines.",
5+
"path": "Legacy (Built-in)",
6+
"createSeparatePackage": false
7+
},
8+
{
9+
"displayName": "Universal RP",
10+
"description": "Sample scenes for Universal render pipeline.",
11+
"path": "Univerasl RP",
12+
"createSeparatePackage": false
13+
},
14+
{
15+
"displayName": "High definition render pipeline)",
16+
"description": "Sample scenes for High definition render pipeline.",
17+
"path": "HDRP",
18+
"createSeparatePackage": false
19+
}
20+
],

com.unity.toonshader/package.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,6 @@
44
"version": "0.0.6-preview",
55
"unity": "2019.4",
66
"description": "Unity Toon Shader (Unity-Chan Toon Shader 3) is a toon shader for images and video that is designed to meet the needs of creators working on cel-shaded 3DCG animations.\nUnlike other pre-render toon shaders, all features can be adjusted in real time on Unity, which is the greatest feature of UTS.\n\nUTS has great power and makes a wide variety of character designs possible, from cel-shaded to light novel illustration styles.\n\nUTS has the 3 basic layers of Base Color, 1st Shade Color, and 2nd Shade Color, colors and textures can also accept a wide variety of customization options, such as High Color, Rim Light, MatCap (sphere mapping), and Emissive (light emission).The level of gradation (feather) between colors can also be adjusted in Unity in real-time.\n\nMore precisely, View documentation above.",
7-
"samples": [
8-
{
9-
"displayName": "Legacy (built-in)",
10-
"description": "Sample scenes for the legacy (built-in) pipe-lines.",
11-
"path": "Samples~/Legacy (Built-in)"
12-
},
13-
{
14-
"displayName": "Universal RP",
15-
"description": "Sample scenes for Universal render pipeline.",
16-
"path": "Samples~/Univerasl RP"
17-
},
18-
{
19-
"displayName": "High definition render pipeline)",
20-
"description": "Sample scenes for High definition render pipeline.",
21-
"path": "Samples~/HDRP"
22-
}
23-
],
247
"contributors": [
258
"Nobuyuki Kobayashi<[email protected]> (https://github.com/Nobuyuki-Kobayashi)",
269
"Toshiyuki Mori <[email protected]> (https://github.com/higeometry)",

0 commit comments

Comments
 (0)